Okay
  Public Ticket #2416860
Transparent navigation for Woocommerce Product page
Closed

Comments

  •  1
    kpoldots started the conversation

    Is it possible to force navigation transparency also on Woocommerce single product page (so that the logo color would change accordingly as well)? Or do we need to do it manually through CSS?

  •  2,979
    Andrew replied

    Hi there,

    Not possible to have alternating logo using css. Try the following to have transparent header on single product. 

    .single-product #header-outer {
        background: transparent;
    }
    

    Thanks.

  •  1
    kpoldots replied

    Thank you