header colors
- Thomas Lesch
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
2 years 1 month ago - 2 years 1 month ago #1057
by Thomas Lesch
header colors was created by Thomas Lesch
Hi,
I have a problem with the forum headers.
The background and font is white - so nobody can see that.
In the color settings I think I did try all colors but there is maybe an "!important" tag somethere.
I marked the header a bit (blue)
How could I fix that? Want to change the background and the font color.
thank you
Tom
I have a problem with the forum headers.
The background and font is white - so nobody can see that.
In the color settings I think I did try all colors but there is maybe an "!important" tag somethere.
I marked the header a bit (blue)
How could I fix that? Want to change the background and the font color.
thank you
Tom
Last edit: 2 years 1 month ago by Thomas Lesch.
- Eugene S.
-
- Offline
- Administrator
-
2 years 1 month ago #1058
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic header colors
Hi Tom,
Your Joomla template overrides styles.
View HTML code of the any page and you will find CSS inside of HTML:
This code affects H2 headers. You should find where this code is generated in Joomla template and change the color from white to black.
Your Joomla template overrides styles.
View HTML code of the any page and you will find CSS inside of HTML:
/*--Article Title Color--*/
#content_full h2, #content_full h2 a:link, #content_full h2 a:visited, #content_full .content_header, #content_full .articleHead, #content_remainder h2, #content_remainder h2 a:link, #content_remainder h2 a:visited, #content_remainder .content_header, #content_remainder .articleHead, .published, .hits, .create{color: #ffffff !important; }
This code affects H2 headers. You should find where this code is generated in Joomla template and change the color from white to black.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Moderators: Eugene S.