Tagged: x Author Posts June 25, 2016 at 4:30 pm #1059483 bryan1976Participant Hi, I would like a transparent header rgba(49, 49, 49, .85) over the top of my homepage image. Please see dev.theaudiobarn.co.uk Latest versions of wordpress/X/Cornerstone Many thanks, Bryan June 25, 2016 at 10:37 pm #1059732 Rue NelModerator Hello Bryan, Thanks for writing in! To have a transparent header in you homepage, please edit your home page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS .home.x-navbar-fixed-top-active .x-navbar-wrap { height: 0; } .home .x-navbar { background-color: transparent; background-color: rgba(255,255,255,0.35); } Hope this helps. June 26, 2016 at 3:57 pm #1060388 bryan1976Participant Hi, I need the transparent header across every page…not just the homepage. How should I change the CSS? Thanks, B June 26, 2016 at 7:41 pm #1060562 RadModerator Hi there, You should remove .home from the provided CSS. Thanks! Author Posts