Hello,
I would like to make the page titles H4 and change their colour to #2d5c88, wgich I am using on other parts of the site.
Could you let me know how to do this?
Many thanks.
Hey Giles!
Thank you for using our theme.
The color can be changed with:
#main .main-title a {
color: #2d5c88 !important;
}
You can only change the font-size with CSS, not the tag. Adjust the value to your need.
#main .main-title a {
font-size: 20px !important;
}
Regards,
Günter
Gunter.
Great. Thank you very much.
Giles