Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311018
    Sara H.
    Participant

    Hi!

    I have been trying to solve this by looking at the forum but its not working for me.
    1. I want my x-topbar transparent with the image from x-logobar behinds.
    2. I also want it to change my menu color on the x-topbar with uber settings but something is not letting me doing it. So would be awesome to have white links with the same hover color. And that applies to the social links too.

    the Topbar Transparency is already ON in my customize probably something from my custom css is interfering can you have look or help me on this?

    Thanks

    #1311020
    Sara H.
    Participant
    This reply has been marked as private.
    #1311364
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    
    .x-topbar {
        background-color: transparent;
        height: 0;
        position: absolute;
        width: 100%;
        border: none;
    }
    .top-menu li a, .x-topbar .x-social-global a {
        color: #fff;
    
    }
    .top-menu li a:hover, .x-topbar .x-social-global a:hover {
        color: #59F0B8;
    }

    Hope that helps.

    #1312388
    Sara H.
    Participant

    bingo! thank you 🙂
    happy new year

    #1312389
    Paul R
    Moderator

    You’re welcome! Happy New Year! 🙂

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