- Posts: 90
- Thank you received: 0
Changing the Font Colour
10 years 9 months ago #45550
by skytech
Changing the Font Colour was created by skytech
how can i change the Font Colors for H1, H2, H3 etc. thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #45554
by ivan.milic
Replied by ivan.milic on topic Changing the Font Colour
Hello,
Fireworks is specific template in point of heading colors, on color is used for example for h1 and h3, other is for h2.
You have option for text color in template settings, but not strict described what heading (depend of version of Joomla you are using, and template for that version too).
If you want to add color for certain heading, you can put something like this on bottom of template_css.css which is located under your template_folder\css:
h1{
color: #ffffff!important;
}
and this is just example, you can do that for any heading you want.
Regards
Fireworks is specific template in point of heading colors, on color is used for example for h1 and h3, other is for h2.
You have option for text color in template settings, but not strict described what heading (depend of version of Joomla you are using, and template for that version too).
If you want to add color for certain heading, you can put something like this on bottom of template_css.css which is located under your template_folder\css:
h1{
color: #ffffff!important;
}
and this is just example, you can do that for any heading you want.
Regards
Please Log in to join the conversation.
Time to create page: 0.174 seconds