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

    Hi all,
    as the topic suggests: how would I hide the header background image on mobile and show only logo.
    I clicked myself through the forum, but none of the suggestions worked for me.

    Can you help, please?
    txs
    Stefan

    Last thing I tried was:
    `@media only screen and (max-width: 767px) {
    .home #av_section_1 {
    background-image: none;
    }
    }

    #1473850

    Hey Stefan,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1473923

    Thanks Rikard,
    …after the 3rd reload it worked on Android incognito browser… :-)
    And sorry. I forgot to save the admin access, this should work now if you’d like to have a look.

    Now I have to center the logo… I’ll give it a try and get back to you.
    txs
    S

    #1473941

    Hi,
    To center the logo on mobile try adding this css:

    @media only screen and (max-width: 767px) { 
    #header_main .logo img {
    	top:0;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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