Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

question-circle CSS override for font colors

More
10 years 7 months ago #3229 by ChessDigital
CSS override for font colors was created by ChessDigital
I'm using the module with a red background, and the default fonts from the module title and article paragraphs are black -- too dark.

How can I override the CSS for this one module to make them white or #f4f4f4?

In the Styles options --> CSS overrides, it seems I should start with this:
.latestnewsenhancedextended_190

But then I haven't been able to find the right syntax.
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago - 10 years 7 months ago #3230 by admin
Replied by admin on topic Re: CSS override for font colors
Hello,
use something like:
.latestnewsenhancedextended_190 .newstitle,
.latestnewsenhancedextended_190 .newsintro {color: white !important}

Olivier.
Last edit: 10 years 7 months ago by admin.

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #3232 by ChessDigital
Replied by ChessDigital on topic Re: CSS override for font colors
That almost works!

It takes care of the article's title, and text, but the module title remains black.



I could instead hide the module title and accomplish this by using the category name (which is the same)
Linking-->Category-->Show



But I'd still need the font size to be larger, e.g. 14pt. Can I do that with another override?

It should be about the same size as the module title currently is.

Either solution will work for me.

Thanks again!
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #3233 by admin
Replied by admin on topic Re: CSS override for font colors
The module's title depends on your template, it is not part of the module itself. You will need to override your template's CSS, not the module's.

Olivier.

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #3234 by ChessDigital
Replied by ChessDigital on topic Re: CSS override for font colors
Fair enough for option 1, but what about editing the font size when you display the category?

Basic Options
Linking
Category --> Show



That would work if it were just a bit larger -- larger than the article title.
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #3235 by admin
Replied by admin on topic Re: CSS override for font colors
The category is using the class '.catlink'.
If you have not done so, I would suggest you enable the developer tools of your browser. With such tools, you can check what styles are applied to the elements you want to modify. It makes it much easier. You can even test your desired modification that way on the fly!

Olivier.

Please Log in or Create an account to join the conversation.