Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #272731
    Dirk Fritsche
    Participant

    Hi out there,
    The question how to change the Main Nav-Bar Transparency when scrolling down was already asked, but without posting a solution. Could you please post a solution to the issue ?

    BR Dirk

    #272761
    Skandha
    Participant

    @five-birds: Hello Dirk,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-top.sticky {
        background: rgba(0,0,0,0.5);
    }

    You can change the opacity by changing the value 0.5.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #272783
    Dirk Fritsche
    Participant

    Hi Skhanda,
    Thanks for the quick reply. This seems not to be working. The Custom CSS has no effect on the header-top.

    Could you please have a look at http://www.develop-bse.5bp.de

    BR Dirk

    #272944
    Skandha
    Participant

    @five-birds: Hello Dirk,
    Please try using the following CSS Code.

    #header-top.sticky {
        background: rgba( 84, 114, 134, 0.8) !important;
    }

    You can change the opacity by changing the value 0.8.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #272987
    Dirk Fritsche
    Participant

    Hi Skandha,
    Worked perfect. I was experimenting with “important” but put it on the wrong place in the css :-).

    As always: Thanks for quick and excellent support!

    Stay healthy.

    BR Dirk

    #273009
    Skandha
    Participant

    @five-birds: Hello Dirk, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/nepalbuzz/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #273077
    Dirk Fritsche
    Participant

    Done with a 5/5 Star Rating !

    #273089
    Skandha
    Participant

    @five-birds: Thank you for your wonderful review. Let me know if you come across any issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘NavBar – Change Transparency’ is closed to new replies.