Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #812535

    Hello,

    I followed other support threads on this and am still unable to get the color section to be hidden on desktop.

    Color Section Section ID: mobileOnly

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

    #812539

    Hey k593,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 769px) {
    #mobileonly { display: none!important; }
    }

    I take that “mobile” is phone & tablet, thus the “min-width: 769px” You almost had it, your ID was spell mobileonly.

    Best regards,
    Mike

    #812836

    That worked! Thank you Mike

    #812843

    Hi,

    Glad that Mike helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Trouble Hiding Color Section On Desktop’ is closed to new replies.