Home Forums Basel support forum Color Hover Mobile Menu

Color Hover Mobile Menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #135971

    Maikel
    Participant

    Hi support,

    I would like to change the color of the hover (see imgage)

    New color: #EEEEEE

    Thank you for your help!

    Best regards,

    Maikel

    Attachments:
    You must be logged in to view attached files.
    #136009

    Hello,

    Find and replace this code in the Theme Settings > Custom CSS > Global:

    body .mobile-nav ul li a:hover{
        color: red;
    }
    
    body .mobile-nav ul li a:hover,
    body .mobile-nav ul li a:focus{
        color: red;
    }
    body .color-scheme-dark .sub-menu li a:hover{
        color: red;
    }

    Copy the code from forum not from email

    Best Regards

    #136931

    Maikel
    Participant

    Hi support,

    Thank you very much!

    I would also like to change this dark gray color (see image)

    Thank you for your help!

    Best regards,

    Maikel

    Attachments:
    You must be logged in to view attached files.
    #137060

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .color-scheme-dark .sub-menu li a:focus {
    background-color:#ffffff;
    }

    Best Regards

    #137129

    Maikel
    Participant

    Hi support,

    Unfortunately this code doesn’t work.

    Instead of changing the color, the ‘focus’ color may also be completely removed.

    Thank you for your help!

    Best regards,

    Maikel

    #137327

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .mobile-nav ul li a:active {
        background-color: transparent!important;
    }

    Best Regards

    #137388

    Maikel
    Participant

    Great support, thank you very much!

    Best regards,

    Maikel

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

The topic ‘Color Hover Mobile Menu’ is closed to new replies.