Hello, I am trying to disable my transparent header at the top of my website page. My logo is black so it blends in with the background cover image. I would like the header to be a solid colour rather than transparent and then changes to a solid colour when the mouse is hovered over it! I am using the Prestige theme. Any solutions? TIA
Your store URL please?
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
x-header.header.color-scheme.color-scheme–scheme-2 {
background: #dfd5ff !important;
}
summary.h6 {
color: white !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
height-observer {
display: unset;
}
x-header.header.color-scheme.color-scheme–scheme-2 {
background: #fff !important;
}