- Posts: 24
- Thank you received: 0
Change Bold Text In Right Module Text
-
tenoch
Inactive member - Topic Author
- Member
Less
More
13 years 8 months ago - 13 years 8 months ago #7501
by tenoch
Change Bold Text In Right Module Text was created by tenoch
Hi
When I use the Right Module, the title of the Module show First Letter in Bold and the Second Letter appear in Normal Text
Example:
"Soccer Feed"
Soccer Appears in Bold
How can I change this, so all is normal text?
Thanks
When I use the Right Module, the title of the Module show First Letter in Bold and the Second Letter appear in Normal Text
Example:
"Soccer Feed"
Soccer Appears in Bold
How can I change this, so all is normal text?
Thanks
Last edit: 13 years 8 months ago by tenoch.
Please Log in to join the conversation.
-
tenoch
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
13 years 8 months ago #7502
by tenoch
Replied by tenoch on topic Re: Change Bold Text In Right Module Text
Other question about the Right modules
How can I make a Right module, make it with another background color?
Example in demo:
Soccer Feed could be in grey (as it is in demo)
But if I want to make "Basquetball Feed" with another background color?
Is it possible?
Thanks
How can I make a Right module, make it with another background color?
Example in demo:
Soccer Feed could be in grey (as it is in demo)
But if I want to make "Basquetball Feed" with another background color?
Is it possible?
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago - 13 years 8 months ago #7513
by ivan.milic
Replied by ivan.milic on topic Re: Change Bold Text In Right Module Text
There is template parameter for color of first word.
To change right module position bcg color use:
.column_right
{
background:...
}
To change right module position bcg color use:
.column_right
{
background:...
}
Last edit: 13 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
-
tenoch
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
13 years 8 months ago #7514
by tenoch
Replied by tenoch on topic Re: Change Bold Text In Right Module Text
Hi
Thanks
But I want to remove BOLD of first word, not color
How can I remove BOLD in the title of the Right modules?
Now that I checked again, I see it happens in all module Titles, so, my question is, how could I remove the BOLD in first letter ot module titles?
Thanks again
Thanks
But I want to remove BOLD of first word, not color
How can I remove BOLD in the title of the Right modules?
Now that I checked again, I see it happens in all module Titles, so, my question is, how could I remove the BOLD in first letter ot module titles?
Thanks again
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7540
by ivan.milic
Replied by ivan.milic on topic Re: Change Bold Text In Right Module Text
In template_css.css, change this rule:
div.moduletable h3 span {
font-weight: bold;
}
div.moduletable h3 span {
font-weight: bold;
}
Please Log in to join the conversation.
Time to create page: 0.157 seconds