Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi There,
I would like to change “only” my Product Page header bg color. Please note I dont want to change the whole websites header bg color. The whole website the headr is transparent and I like it that way. The problem is my Product Page theme is White and now nothing shows on my header please look
How do i fix this without changing the whole website look, im open to suggestion :)
Thank you.
Hello,
You can achieve this using custom css. Add this code into Additional Css menu:
.single-product .header_container {
background-color: black !important;
}
Change the color to your wish.
Best regards!
You must be logged in to reply to this topic.