This topic has 12 replies, 4 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Hello,
On my main navigation menu across the top I would like the SALE link to be a little bigger in font and in red colour, so it stands out a little more from the rest of the links on the navigation menu. Can this be done?
Thank you!
Hello,
please provide us with link to your site
Please see below
Hello,
Try to add this code into custom.css file.
.menu-item-103 a {
font-size: 16px;
color: red;
}
Regards,
Robert Hall.
Thanks for the suggestion Robert, but that didnt work. Anything else I could try?
Hello,
You can change color only for Sale menu item this way:
Go to Appearance > Menus, open the menu tab of “Sale” and below “CSS Classes (optional)” write your css class (for example: my_class).
You can enable CSS classes at the top of admin panel, just click “Screen Options”
Then you should edit custom.css file, add the code:
.my_class a {
font-size: 16px;
color: red;
}
Regards,
Eva Kemp.
I’m sorry Eva, that did not work either – other suggestions?
Hello,
Please provide us with wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Hello,
I’ve added the following code into custom.css file:
li#menu-item-353 a {
font-size: 16px;
color: red;
}
Please check the menu now.
Thank you.
Regards,
Eva Kemp.
Thank you! looks perfect!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Menu Font’' has been successfully resolved, and the topic is now closed for further responses