Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
How can I change the h1, h2, h3 ... color in this 2073 template?
It can be done by editing css files of by adding your own css in the style.custom.css file, here is an example:
h1
{
color: #000000;
}
h2
{
color: #333333;
}
h2
{
color: #666666;
}
Regards, AS Team.
Did not work, even cleaning cache data. :-(
BRgds
Marcos Silveira
What is your website url and the page where we can see changed headings?
Regards, AS Team.
Please check at: http://www.navioseportos.com.br/web/index.php/biblioteca-digital
Do you need the admin access?
BRgds
Marcos Silveira
In your case you are trying to change link heading color, you have to add the following classes:
h1 a
{
color: #000000;
}
h2 a
{
color: #333333;
}
h3 a
{
color: #666666;
}
More info you can find here:
https://www.w3schools.com/css/css_link.asp
Regards, AS Team.
Worked!!!
Have a nice weekend
KRgds.
Marcos Silveira