Okay
  Public Ticket #2814819
nav hover colour
Closed

Comments

  •  8
    marknorm14 started the conversation

    Hi

    How do I have my nav to change colour (orange) on hover when transparent?

    It works when I scroll down, but not when nav is at top?

    thanks

  •  279
    Noah replied

    Hello there,

    Thanks for contacting us.

    Please try this css:

    body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] #top nav >ul >li[class*="button_bordered"]:last-child >a:hover {
        color: #f55921 !important;
    }
    

    Thanks,

  •  8
    marknorm14 replied

    thanks..

    sorry that doesn't work...essentially...i just need the nav to always have an orange hover state


    thanks

  •  279
    Noah replied

    Hi Again,

    Please share the admin credentials I assist you write the css.

    Thanks,

  •   marknorm14 replied privately
  •  8
    marknorm14 replied

    Hi Eliud

    any joy on this?

    thanks

  •  279
    Noah replied

    Hi there,

    I have added css and the navigation default color is orange with the white hover color.

    5568325234.png

    Thanks,

  •  8
    marknorm14 replied

    sorry, Eliud...I need default WHITE with ORANGE hover.


    thanks

  •  279
    Noah replied

    Hi Again,

    I have edited the css, please review from your side.

    Thanks,

  •  8
    marknorm14 replied

    perfect, thank you!