bold in widget font

Posted in: Newspaper
Post count: 8

Good Morning,

I have customized the css class in a widget that I show in the news, because I want to capitalize the title of the news and the css customizer does not seem to work.

Can anybody help me? I’ve built the css code like this:

.customcssclass .entry-title > a { font-weight: 900; }

Post count: 22421

Hello,

Your css selector could not be specific enough. The browser inspector will show you which css code applies to the specific element so you might want to use it to create your custom css. You can try to add !important to your code like so:

.customcssclass .entry-title > a { font-weight: 900!important; }

Thank you!

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