Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #703756

    Hi, I followed the code (below) from previous thread to hide a color section. This works fine except on all versions of Windows and Explorer.

    Is there something else can be done?
    Thanks
    Steven

    #mobile_top {display: none!important;}
    @media only screen and (max-device-width : 767px) { #mobile_top {display: block!important;}}

    #703923

    Hey Steven,

    In the style.css of your Child Theme, please replace this code:

    @import url(“..enfold/style.css");

    to:

    @import url("../enfold/style.css");

    If that doesn’t fix, try to apply the code in Quick CSS (located in Enfold > General Styling).

    Best regards,
    Nikko

    #703997

    Ah! changing the @import url fixed it!

    Please close this ticket.

    Thanks
    Steven

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide section not working on Windows and Explorer’ is closed to new replies.