Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1213380
    Lorie
    Participant

    Hi ~ I have a couple of questions related to this site: http://yogascience.academyofthehorse.com/home/

    1) I would like to make the white container semi-transparent so you can still see the image but don’t totally lose the sense of the container. I’ve tried some different CSS from the forum but haven’t had any success.

    2) I’d like the Navbar to go from transparent to solid once you start scrolling. Again – have researched this but not had any luck.
    3) I’d like to make the footer the same transparency as the header.

    Thank you so much!

    #1213620
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .entry-wrap {
        background-color: rgba(255,255,255,0.5) !important;
    }
    
    .x-section, .x-column {
        background-color: transparent !important;
    }
    
    .x-navbar-fixed-top {
        background-color: #fff;
    }
    
    .x-colophon {
        background-color: rgba(255, 255, 255, .5);
    }

    Hope this helps.

    #1215025
    Lorie
    Participant

    You are awesome Jade!!! Thank you. 🙂

    #1215030
    Nico
    Moderator

    Happy yo hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1213380 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>