- Posts: 39
- Thank you received: 0
HotFullCarusel
-
alexey
Inactive member - Topic Author
- Member
Less
More
9 years 6 months ago #45517
by alexey
HotFullCarusel was created by alexey
Good afternoon. In the module Hot Full Carousel when i changing in Module Style Heading Text Size (i tried all options in drop down menu) in the site changes are not displayed.
If i change Text Size all correct.
So i need conrtol big text (title) in module. How can i do this?
If i change Text Size all correct.
So i need conrtol big text (title) in module. How can i do this?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 6 months ago #45519
by ivan.milic
Replied by ivan.milic on topic HotFullCarusel
Hello, it's something probably with .css override but you can put this code:
.hero-carousel h2 {
font-size: 30px;
}
on bottom of template_css.css which is located under your template_folder\css. And you can change value to what you want, I put 30px just for example.
Best regards,
Ivan Milic
.hero-carousel h2 {
font-size: 30px;
}
on bottom of template_css.css which is located under your template_folder\css. And you can change value to what you want, I put 30px just for example.
Best regards,
Ivan Milic
Please Log in to join the conversation.
Time to create page: 0.133 seconds