Home Forums Basel support forum Link colors in header

Link colors in header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #162183

    ricardocastro1
    Participant

    Hello,

    I would like to customize the color when hover in the menú header, can you please gide me how to

    #162246

    Hello,

    You can change the colors in the Theme Settings > Styles and colors.

    If you do not want to change the colors globally and want to change the menu hover color, add this code to the Theme Settings > Custom CSS > Global:

    body .color-scheme-light .main-nav .menu > li  > a:hover {
        color: red;
    }
    body .color-scheme-light .main-nav .menu>li.menu-item-has-children>a:hover:after {
        color: red;
    }

    Set the color as per your needs.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)