- This topic has 3 replies, 2 voices, and was last updated 2 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Head info area transparency
Hi,
web: www.fpbaixemporda.cat
We want the head info area to have the same transparency on all pages as it does on the home page.
Now the head info area has a white background color, but it should have a rgba(255,255,255, 0.8) background color.
Screenshot:
https://i.imgur.com/7EGLP1n.jpg
Thanks for your help!
Best regards,
Vanessa
Hi,
Kindly use this CSS to make head info area transparent on inner pages.
.header_wrap.layer_wrapper {
position: absolute;
width: 100%;
z-index: 99999;
}
Regards,
Chris
Hi Chris,
Thank you very much for your help!
Regards,
Vanessa
Welcome 🙂
Regards,
Chris
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]