Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1245631

    totaloffice
    Participant

    Thank you !

    #1245742

    Christopher
    Moderator

    You’re welcome.

    #1245757

    totaloffice
    Participant

    It did. Thanks !

    #1245906

    Christian
    Moderator

    You’re welcome.

    #1252214

    totaloffice
    Participant

    Thanks Thai. But the submenu link color don’t change throughout ( see image attached )
    I want all links to be white and only light blue when hovered over.
    Can you help me with this please ?

    #1252225

    totaloffice
    Participant

    Attaching the file again, there was an error with the previous upload.

    #1252560

    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
        color: #26d4ef;
    }

    Hope this helps.