By Geoff ashton on Tuesday, 10 January 2017
Posted in Technical Issues
Likes 0
Views 255
Votes 0
Hi.
I've just wrote my first blog using the built-in editor.

For some reason my H2 headings are defaulting to white text. I realise I can change their colour, but surely I shouldn't need to do that. Shouldn't they default to black?

Many thanks.

Geoff
Hello Geoff,

It looks like your Joomla template is enforcing H1, H2, H3 up till H6 to have a white font by default To fix this, I have added the following codes for you in /templates/ashtutors_home_responsive/css/style.css and it's using the same color as your blog title now.

[gist]
body #fd.eb .eb-entry-body h1,
body #fd.eb .eb-entry-body h2,
body #fd.eb .eb-entry-body h3,
body #fd.eb .eb-entry-body h4,
body #fd.eb .eb-entry-body h5,
body #fd.eb .eb-entry-body h6 {
color: #5f0e82;
}
[/gist]

Should you need to modify the color, you could edit the file above and change the color code
·
Wednesday, 11 January 2017 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Great stuff - thanks Mark - all working well now.
·
Wednesday, 11 January 2017 21:51
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Geoff, glad that your issues are resolved now
·
Wednesday, 11 January 2017 22:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post