Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1164040
    ThePlague
    Participant

    Hey guys,

    I’m new to website creating and was wondering if you’d be able to help me out.

    I’m using the Xtheme Icon Stack. The background bar of my header menu used move and scroll with the menu buttons. I reinstalled the theme, and the background bar now stays at the top while the buttons scroll with the page. Is there a setting to get it back?

    Thanks!

    #1164213
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1165735
    ThePlague
    Participant
    This reply has been marked as private.
    #1165925
    Rupok
    Member

    Hi there,

    It seems you have added the below code that’s causing this :

    .x-navbar {
      background-color: rgba(0, 0, 0, 0);
      border-bottom: 0 none;
      box-shadow: none;
    }

    Let’s update the color to #fff to get expected result.

    If you can’t find this; you can add this under Custom > CSS in the Customizer.

    .x-navbar {
      background-color: #fff!important;
    }

    Cheers!

    #1165959
    ThePlague
    Participant

    Oh right! I totally forgot that I did that! Thank you so much, it works as it should now. You guys rock!

    #1166095
    Paul R
    Moderator

    You’re welcome! 🙂

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