- Posts: 66
- Thank you received: 0
First word of module text different color
-
dreamdest
Inactive member - Topic Author
- Member
Less
More
10 years 1 month ago #43455
by dreamdest
First word of module text different color was created 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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43459
by ivan.milic
Replied by ivan.milic on topic First word of module text different color
In this line in template_css.php:
div.moduletable h3 span {
add # at start:
#div.moduletable h3 span {
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.
-
dreamdest
Inactive member - Topic Author
- Member
Less
More
- Posts: 66
- Thank you received: 0
10 years 1 month ago #43462
by dreamdest
Replied by dreamdest on topic First word of module text different color
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43467
by ivan.milic
Replied by ivan.milic on topic First word of module text different color
In template_css.css:
#column_left div.moduletable h3 span, #column_right div.moduletable h3 span {
font-weight: bold;
}
#column_left div.moduletable h3 span, #column_right div.moduletable h3 span {
font-weight: bold;
}
Please Log in to join the conversation.
-
dreamdest
Inactive member - Topic Author
- Member
Less
More
- Posts: 66
- Thank you received: 0
10 years 1 month ago #43470
by dreamdest
Replied by dreamdest on topic First word of module text different color
what should I do with that line? It is already commented out? Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43474
by ivan.milic
Replied by ivan.milic on topic First word of module text different color
It is not commented out # is not a comment, it is id selector.
You need to remove font-weight: bold;
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.163 seconds