Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059483

    bryan1976
    Participant

    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

    #1059732

    Rue Nel
    Moderator

    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.

    #1060388

    bryan1976
    Participant

    Hi,

    I need the transparent header across every page…not just the homepage. How should I change the CSS?

    Thanks,

    B

    #1060562

    Rad
    Moderator

    Hi there,

    You should remove .home from the provided CSS.

    Thanks!