Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #327016

    Hello,

    I’d like my header image to disappear when viewed on a mobile device but still display the logo.

    Site URL private

    Is there some custom CSS I can use to accomplish this?

    Thank you,
    Zach

    #327237

    Hi zdevine!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .header_color .header_bg { background: none !important; }}

    Regards,
    Yigit

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