Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1206051
    Sabacon
    Participant

    Hi,

    1) I could have sworn that saw an option to change the header to and from transparent. Was I wrong? I have searched like crazy? I just want a solid white header. I looked through the forums and saw a lot about adding CSS code to have the header gradually change in opacity. Do I need the CSS code or did I miss the setting somewhere?

    2) Likewise, I’m pretty sure I saw some settings(i.e. color, position, style) for the directional arrows on slides. I’m using LayerSlider and I cannot the setting within LayerSlider or on the page itself.

    Thanks in advance.
    Gerald

    #1206245
    Prasant Rai
    Moderator

    Hello Gerald,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1206319
    Sabacon
    Participant

    Hi,

    It’s temporary, but should work. http://dde.19d.myftpupload.com

    Gerald

    #1206370
    Rue Nel
    Moderator

    Hello Gerald,

    Thanks for providing the url of your site. You did not missed anything. The settings in the customizer is fixed and will be applied globally. If you want to have a transparent navbar and then as soon as you scroll the page, it will have a background color, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar {
      transition: background-color 1ms linear;
    }
    
    .x-navbar.x-navbar-fixed-top {
        background-color: rgba(255,255,255,0.95);
    }

    The arrows of the slides can be enabled/disabled when you edit your slider. Please check it in the Slider settings > Appearance. You can test out the other skins. If the color is not what you want it, you can change it in the skin editor. What you may have remembered like color, position, style, I think it is for the slider Revolution. Layerslider has a different set of settings and a lot less options.

    Hope this helps.

    #1206416
    Sabacon
    Participant

    Thanks so much. The Navigation bar is now a lot less translucent. I will check out the different skins.

    #1206429
    Rue Nel
    Moderator

    You’re welcome!
    We’re happy to help you out.

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