[Resolved] Need to remove navigation links background color on Homepage only

Home Forums Support [Resolved] Need to remove navigation links background color on Homepage only

Home Forums Support Need to remove navigation links background color on Homepage only

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1145111
    Alicia

    Hello!

    So, I’m using my own Page hero, containing custom fields that I’ve created and I’ve added it via hook element. I want a transparent background on Navigation links. I’m also using the sticky navigation and don’t need transparency there. I’ve managed to get the header background transparent, but having a hard time removing background for the nav buttons.

    You can see on the homepage here:

    https://sandbox.intrepidrealist.com/dopamine-fx/

    I would love to use the merged hero element, but I prefer using an image at 100% rather than background image.

    Thanks!

    #1145132
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try this CSS?

    .home .main-navigation:not(.navigation-stick), .home .main-navigation:not(.navigation-stick) ul ul {
        background-color: transparent;
    }

    Let me know if this helps ๐Ÿ™‚

    #1145136
    Alicia

    Thanks! That worked. However, now the sticky menu on home page has no background color. I still want that.

    #1145140
    Leo
    Staff
    Customer Support
    #1145228
    Alicia

    That did the trick!!

    Thanks SO much!

    #1145886
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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