Make Sticky Menu background color opaque - Acme Themes

Best Premium and Free WordPress Themes Forums Corporate Plus Make Sticky Menu background color opaque

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #69710
    ChrisX0X
    Participant

    Hi guys
    How do I make the sticky menu background color opaque as the user scrolls down?
    Thanks
    Chris

    #69912
    acmethemes
    Keymaster

    Hello ChrisX0X,
    There is no such options are available in the free theme. It can be only possible by theme customization.

    #69938
    ChrisX0X
    Participant

    Hi support team
    Can this be made via CSS?
    Thanks
    Chris

    #69999
    acmethemes
    Keymaster

    Hello ChrisX0X,
    Add this css in customize additional css.

    .navbar-small, .navbar-no-fs {
        background: rgba(0, 0, 0, 1) !important;
    }

    Note: If you need to decrease the color opacity then decrease from rgba 4th unit. e.g, 1 => 0.9

    #70003
    ChrisX0X
    Participant

    hmm. doesnt seem to work. take a look at 3w’s.stonegate[dot]com[dot]cy
    if you scroll down, you still see the black background behind the site name and menu

    #70004
    ChrisX0X
    Participant

    too quick to post. i used a 0.3 value for the last variable and its now opaque. all good. thank you support!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.