- This topic has 2 replies, 3 voices, and was last updated 5 years 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 › Knowledge › How can I change the top menu text from white to black?
Tagged: Cuba Photography Tours, usa
Hello, for the top menu text links, I very much like the sticky menu with the orange hover.
Is there a way to change the menu text link colors from white to black;
and change the background-color behind the menu text links from black to white?
Hello There
Add this css in additional css.
@media screen and (max-width: 1023px){
.main-navigation a:hover, .main-navigation a:focus, .main-navigation ul.nav-menu > li > a:hover, .main-navigation ul.nav-menu > li > a:focus{
background: #fff;
color: #000;
fill: #000;
}
}
regards,
in styles. xml change the style of list-items but not menu items. You can change the color of the MenuItem text easily by using SpannableString instead of String . If you are using the new Toolbar, with the theme Theme. i also use this thing on my Cuba Photography Tours website.
| 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. |



