Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #999491
    Mark M
    Participant

    Hi,

    I am just starting to convert the following site to X;

    http://ornamentumdesigns.com

    You can see where I am so far on this URL – http://ornamentum-designs.com

    What I am trying to do is make the navigation bar be transparent and also to have the revolution slider start from the top of the page. Like on the original site.

    Please can you help me.

    Regards,

    Mark

    #999542
    John Ezra
    Member

    Hi Mark,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-slider-container.below {
        margin-top: -100px;
    }
    
    .x-navbar {
        background:rgba(0,0,0,0.7)
    }

    Hope this helps – thanks!

    #999646
    Mark M
    Participant

    Thanks that has worked great. How can the code be changed so that it only applies to the home page?

    #999790
    Rahul
    Moderator

    Hey there,

    Use the following CSS isntead :

    .home .x-slider-container.below {
        margin-top: -100px;
    }
    
    .home .x-navbar {
        background:rgba(0,0,0,0.7)
    }

    Thanks

    #999832
    Mark M
    Participant

    Thanks sorted 🙂

    #999942
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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