badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

responsive.css

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19907
    Dona
    Participant

    Hi!

    Why in inc/functions/functions.php is there

    wp_enqueue_style( ‘interface-responsive’, get_template_directory_uri() . ‘/css/responsive.css’);

    instead

    wp_enqueue_style( ‘interface-responsive’, get_stylesheet_directory_uri() . ‘/css/responsive.css’); ?

    I can make this change in a child theme to redefine responsive.css?

    Thanks

    #19941

    Hi Dona,
    This is we have defined to manage it. Yes you make exact the same structure of parent theme while creating child theme and create two file style.css and functions.php and enqueue the responsive.css,
    We have designed our theme this way. So if you are unable to customise the code then you need to hire a developer to fix it.

    Thank you!

    #19951
    Dona
    Participant

    Is there an example?

    Thanks

    #19995

    Hi Dona,
    You simply add your responsive code inside dashboard -> appearance -> theme options -> design options -> custom css and customise the code. This is the easiest method.

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.