Hi, in regards to headlines formatted as hyperlinks: Instead of the default link color, I would like to apply the default color for non-linked headlines. Underline on mouseover should remain unchanged. Is this possible?
If you want to change the color for the heading contain hyperlinks, please use this custom css:
.post-entry h1 a,
.container-single .post-entry h1 a,
.post-entry h2 a,
.container-single .post-entry h2 a,
.post-entry h3 a,
.container-single .post-entry h3 a,
.post-entry h4 a,
.container-single .post-entry h4 a,
.post-entry h5 a,
.container-single .post-entry h5 a,
.post-entry h6 a,
.container-single .post-entry h6 a{
color: #3e4cb5;
}
Hi, in regards to headlines formatted as hyperlinks: Instead of the default link color, I would like to apply the default color for non-linked headlines. Underline on mouseover should remain unchanged. Is this possible?
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Change color code #3e4cb5 on the above code to color code as you want.
Best Regards,
PenciDesign
Thanks, but that only changed the font for the headlines that don't contain hyperlinks.
Hi,
If you want to change the color for the heading contain hyperlinks, please use this custom css:
Best Regards,
PenciDesign