- Posts: 14116
- Thank you received: 1639
Font size Heading on Hot Designation module!
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
13 years 9 months ago #9103
by ivan.milic
Replied by ivan.milic on topic Re: Font size Heading on Hot Designation module!
add next cod at the bottom on template_css.css:
.hjt-gallery-list-item-content h3
{
font-size:[X]px!important;
}
where [X] is value of font size.
.hjt-gallery-list-item-content h3
{
font-size:[X]px!important;
}
where [X] is value of font size.
Please Log in to join the conversation.
-
Bouky
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 25
- Thank you received: 0
13 years 9 months ago #9120
by Bouky
Replied by Bouky on topic Re: Font size Heading on Hot Designation module!
Ivan,
This is working great, thanx a lot!
But there is a way to do this via the module manager (Module mod_hot_designation), isn't ?
I also want to resize the front size of the other heading on the left size modules: "main menu", "CSS3 POWERED", "Hot Designation".
demo.hotjoomlatemplates.com/index.php?template=design_now
Cheers,
Boukhayar
This is working great, thanx a lot!
But there is a way to do this via the module manager (Module mod_hot_designation), isn't ?
I also want to resize the front size of the other heading on the left size modules: "main menu", "CSS3 POWERED", "Hot Designation".
demo.hotjoomlatemplates.com/index.php?template=design_now
Cheers,
Boukhayar
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #9137
by ivan.milic
Replied by ivan.milic on topic Re: Font size Heading on Hot Designation module!
To change font-size of those alter following in template_css.css:
.column_left div.moduletable h3, .column_right div.moduletable h3 {
text-transform: uppercase;
font-weight: normal;
text-align: center;
font-size: 20px;
}
.column_left div.moduletable h3, .column_right div.moduletable h3 {
text-transform: uppercase;
font-weight: normal;
text-align: center;
font-size: 20px;
}
Please Log in to join the conversation.
Time to create page: 0.087 seconds