Before you ask please READ THIS

Keep Shield folding on other pages than main page

Hey!

I just want the shield to expand on top of the main page. But not on top of woocomerce product sites or elsewhere.

Is that possible with custom CSS?

My page: moarindergrub.com

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    Please, try using such custom CSS:
    .header-variant-one_line_centered .logo-container.shield,
    .home .header-variant-one_line_centered.sticky-values .logo-container.shield {
        transform: translate(-50%,-66%);
    }
    .home .header-variant-one_line_centered .logo-container.shield {
        transform: translate(-50%, 0);
    }
    
    Hope that helps!

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion