How to change colour on text in menu?
-
I use the Secondary Menu and want to change colour of the text in the menu. How do I do that?
Thank you!
The page I’m asking for is: http://emjomali.se
Go to your Custom Design => CSS and put:
#branding div > ul .sub-menu li a, #branding div > ul .children li a {
color: rgb(255, 255, 0);
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
In this case this will change the color of the sub-menu to yellow. But you can put whatever color you wish instead. Just modify color: rgb(255, 255, 0);
Thank you!
The colour of the text changed now, but the text still has a blue “hyperlink”-thing over the new colour.
How do I remove the blue-hyperlink?
Could you please show me a page where you see that, Emelie? I went to your website but I did not see it.
Now you can see it, I think. http://emjomali.se
Thank you so much for your time =)
@emelielindell: Your site is self-hosted, so you’re in the wrong forum.
@kaniamea: In these forums we provide support for wordpress.com blogs only.
The topic ‘How to change colour on text in menu?’ is closed to new replies.