Menu items on home page in bold, on other pages not in bold

Posted in: Newspaper
Post count: 61

Hi, as the title say, I have menu items on the home page in bold, but on all other pages they not in bold.
How to fix it?

Thanks

  • This topic was modified 7 years by pbc.
Post count: 35449

Hi,

You can use this custom css
.home .sf-menu>li>a {
padding: 0 14px;
line-height: 48px;
font-size: 14px;
font-weight: 300;
}
.home .sf-menu>li>a {
padding: 0 14px;
line-height: 48px;
font-size: 14px;
font-weight: 700;
}

Just set the pixels and weight you need.

Hope this will help you.

Post count: 61

Thanks, this helped, but I prefer to have menu items bold on all pages, and this code doesn’t help:

.home .sf-menu>li>a {
padding: 0 14px;
line-height: 48px;
font-size: 14px;
font-weight: 700;
}

Post count: 35449

Please provide some more information with want you want to achieve, and some screenshots would be very helpful.

Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.