hide header image only in the GD HOME

This topic contains 1 reply, has 2 voices, and was last updated by  Guust 6 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #426670

    SUPPORT TECHNIQUE
    Expired Member
    Post count: 12

    Hello
    i would like to use a header image in the menu and when i see it on the mobile version it’s ok ok except on the home page.
    Is that any possibility to hide the image only in the GD HOME PAGE
    http://artisans-limoges.com/
    thanks in advance

    #426683

    Guust
    Moderator
    Post count: 29970

    Try something like this:

    
    
    @media (max-width: 992px){
    .sd-homepage .site-header {
        background: none !important;
    }
    }

    For future reference, see https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket