Home Forums Free Themes Kelsey Change Kelsey subemenu font colour

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #191574
    cbrylla
    Participant

    Hello,

    Many thanks for the Kelsey theme, which I love. The only issue is that the submenu text colour is black, which is a strange design choice, as it appears inactive or blacked out. Can you please let me know how to change the colour for desktop, tablet and mobile versions?

    Many thanks

    #191577
    cbrylla
    Participant

    Site URL is:

    https://documentary-stereotypes.com/

    Though the issue is in the original theme design.

    #191590
    Psink
    Keymaster

    You can add this CSS in the Additional CSS. This CSS will help to change and set the color of the menu and submenu same regardless of screen size

    .wp-block-navigation .wp-block-navigation__submenu-icon,
    .wp-block-navigation-item__content,
    .wp-block-navigation-link a{
    color: #fff !important;
    }

    .wp-block-navigation .wp-block-navigation__submenu-icon:hover,
    .wp-block-navigation-item__content:hover,
    .wp-block-navigation-link a:hover{
    color: #f0f0f1 !important;
    }

    you can change the color and hover color as per your need

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