First word of module text different color

More
10 years 10 months ago #43455 by dreamdest
If you look at www.dreamdestinations.travel , the first words of the left and right module titles are in a different color ("budget" in the left module, and "we'll" on the right module). how do i get rid of that?

Please Log in to join the conversation.

More
10 years 10 months ago #43459 by ivan.milic
In this line in template_css.php:

div.moduletable h3 span {

add # at start:

#div.moduletable h3 span {
The following user(s) said Thank You: dreamdest

Please Log in to join the conversation.

More
10 years 10 months ago #43462 by dreamdest
so that worked...but now how do you keep the first word of the title from being bold?

Please Log in to join the conversation.

More
10 years 10 months ago #43467 by ivan.milic
In template_css.css:

#column_left div.moduletable h3 span, #column_right div.moduletable h3 span {
font-weight: bold;
}

Please Log in to join the conversation.

More
10 years 10 months ago #43470 by dreamdest
what should I do with that line? It is already commented out? Thanks!

Please Log in to join the conversation.

More
10 years 10 months ago #43474 by ivan.milic
It is not commented out # is not a comment, it is id selector.

You need to remove font-weight: bold;
The following user(s) said Thank You: dreamdest

Please Log in to join the conversation.

Time to create page: 0.209 seconds
Powered by Kunena Forum