• Resolved marko1995

    (@marko1995)


    Hello,

    I would like to have transparent navigation background and topbar background while scrolling.

    How to do this?

    Regards

    • This topic was modified 7 years ago by marko1995.

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • hannah

    (@hannahritner)

    Hey,
    This css should work for you:

    #kad-banner-sticky-wrapper {
    
    background: rgb(55,55,55) !important
;
    }

    .is-sticky .headerclass {
    
    background: rgba(55,55,55, 0.8 ) !important;

    }

    .is-sticky  #kad-shrinkheader {
    
    background:transparent !important;
    
}


    Just paste that into your custom css box in Theme Options > Advanced Settings.

    Also, you are using a really old version of the theme. I highly recommend updating. You can download the latest version from here: https://www.kadencethemes.com/my-account/

    Hannah

    Thread Starter marko1995

    (@marko1995)

    I added code you’ve sent but still same, its not transparent while scrolling…

    hannah

    (@hannahritner)

    I’m not seeing the css in your code. Where are you adding it?

    Hannah

    Thread Starter marko1995

    (@marko1995)

    Theme Options -> Advanced Settings -> Custom css box

    hannah

    (@hannahritner)

    Have you cleared your cache after adding it? What all have you added to your custom css?

    Hannah

    Thread Starter marko1995

    (@marko1995)

    Please check pics I uploaded below:

    https://ibb.co/fXJ21kQ
    https://ibb.co/Fx9TFQ2
    https://ibb.co/nBZg0PZ

    • This reply was modified 7 years ago by marko1995.
    hannah

    (@hannahritner)

    I think the css I posted previously had some weird spacing that may or may not be conflicting. Try adding this instead, and be sure to clear your cache after adding it:

    #kad-banner-sticky-wrapper { 
    background: rgb(55,55,55) !important;
    }
    .is-sticky .headerclass {
    background: rgba(55,55,55, 0.8 ) !important;
    }
    .is-sticky  #kad-shrinkheader {
    background:transparent !important;
    }

    Let me know if that works!

    Hannah

    Thread Starter marko1995

    (@marko1995)

    Thank You Hannah, it works perfect now. What about topbar? Can topbar be transparent too while navigating? (Red topbar)?

    Regards

    hannah

    (@hannahritner)

    Try adding this:

    .is-sticky section#topbar {
        background: rgba(300,0,5, 0.9);
    }

    Hannah

    Thread Starter marko1995

    (@marko1995)

    Works perfect. Thanks – Regards

    hannah

    (@hannahritner)

    Glad to hear it. Happy to help!

    Hannah

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Transparent navigation while scrolling’ is closed to new replies.