Tagged: header, navigation, template page, transparent
I’m customizing my author page and I would like to put a transparent glassy header on top of it. But I don’t know how :?
Hi aadwagner,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Yes :) The author page isn’t finished yet. I’m also struggling with the avatar. Can’t get it loaded on de page :?
Hey!
Can you please provide us a screenshow of what you want to do?
I checked the ite and I could not understand exactly where it should be the transparent.
Regards,
Basilis
Hi :)
This is what the new author page should look like. This one is just a handmade Enfold-page. Via htaccess I redirect visitors to this author pages.
This is the author.php I am coding. I would like the glassy header on top it.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjust the color values to suit your design.
.header_color div {
background: rgba(235, 40, 40, .70)!important;
}
#top #main {
padding-top: 0px !important;
}
#header_main {
border: 1px solid #800000!important;
}
Best regards,
Vinay