- This topic has 2 replies, 2 voices, and was last updated 1 year, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Kelsey › Change Kelsey subemenu font colour
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
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
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



