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

Leave a review

file How to change the title font size & color

More
11 years 6 months ago #1058 by cbrace
I find something like this works:
.latestnewsenhanced_42 .infoleft .newstitle,
.latestnewsenhanced_42 .infoleft .newstitle a  {
	font-size: 14px !important;
	color: #4D2377;
}

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

More
11 years 6 months ago #1059 by admin
Thanks, this is the way to go.

Olivier.

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

More
11 years 4 months ago #1283 by mavel
And what's the class name for the body?
Thanks in advance.

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

More
11 years 4 months ago #1288 by admin
.newsinfo is the body's class.
Use a tool to help you out when you need to discover the tags of a module. A plugin like Firebug in Firefox or just the developer tools provided by your browser. This will be much easier on you. Otherwise, look through the source code of your html page and do a search for 'latestnewsenhanced'.

Olivier.
The following user(s) said Thank You: mavel

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