Menu item font size (only 1 of all)

Posted in: Newspaper
Post count: 97

Hello,

I have a menu so the main menu has “MY ACCOUNT”, that one menu item I want to set the font for larger so that it stand out. I cannot for the life of me, with this header, get that to work.

So to be clear, the one menu title “MY ACCOUNT” I want it to be 16px font, not the standard 14px.

PLEASE HELP! 😉

Site is southafricanshop . com

Thank you in advance.

Post count: 22421

Hello,

You can use custom css do target the specific menu item. Every menu item has it’s own class that can be used with css:

.menu-item-97867 a{
font-size:16px!important;
}

result: http://screencast.com/t/0eoHSQZkJ

Thank you!

Post count: 97

Thank you!!!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.