Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #66916
    Kazim E
    Participant

    Hi there – I want to make both the navbar menu and the topbar menu transparent like the carousel?

    I want the navbar menu and the top bar design like this example:
    http://themeforest.net/item/kallyas-responsive-multipurpose-wordpress-theme/4091658?WT.ac=category_item&WT.z_author=hogash

    #67307
    Mrinal
    Member

    Hey Kazim,

    To do so, add the following CSS codes via Customizer > Custom > CSS:

    
    .x-logobar, .x-navbar, .x-navbar .sub-menu {
        background: transparent !important;
    }
    
    #67377
    Kazim E
    Participant

    Hi I tried this but this made the bar go completely transparent – I want as the above example for the bar to be about 35% transparent – how do I control the level of transparency/ alpha?

    Also this did not affect the logo bar – only the main nav bar

    #67755
    Kosher K
    Member

    Hi Kazim,

    Can you please provide the URL of your site so we can advise accordingly,

    You can also try adding this in Customizer -> Custom -> CSS and see if it works.

    Change the previous CSS to this.

    .x-logobar, .x-navbar .sub-menu {
        background: transparent !important;
    }
    
    

    .x-navbar {
    background: rgba(0, 0, 0, 0.35) !important;
    }`

    Hope that helps.
    Cheers

    #67866
    Kazim E
    Participant

    Thanks that works great 🙂

    #68181
    Christian
    Moderator

    You’re welcome Kazim.

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