menu on mobile and link color
-
Hi! I’m trying to update the menu (especially on mobile) as the default link color is a green, but I am unable to find where to edit it.
The blog I need help with is: (visible only to logged in users)
-
Hello!
To change the color of the menu link, you need a WordPress.com Premium, Business, or eCommerce plan. Those plans allow for Custom CSS.
If you have one of those plans, you can add this code through the Customizer to change the menu link color:
main-navigation a:hover { color: red; }In the code example, the menu link color will be red. To use a different color, enter another CSS color name or other color specification.
-
correction:
.main-navigation a:hover { color: red; }(The code should start with a period.)
- The topic ‘menu on mobile and link color’ is closed to new replies.