Viewing 2 posts - 1 through 2 (of 2 total)
  • #84937
    gregcatmull
    Member
    Post count: 109

    Could you have a look at my website to see if there is a possibility of having a different header background and logo to show on mobiles.

    my website is http://shop.garsons.co.uk i would like the header background to be black colour black when reduced down and my logo to change to a white version which i have and will upload.

    is this possible?

    cheers
    Greg

    #85121
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 768px) { 
    #header {
      background: #111111;
    }
    #header-section > #main-nav {
      background-color: #111111;
    }
    }

    First check with the normal logo because I think it looks good

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register