Post title color and font on single post page
-
Here’s the link to my site:
https://www.geardistrict.com/Each post title is a link to the single post page. However, I cannot get my custom CSS to carry over to the post titles on any single post page. It works fine on my main page, as well as my category pages. Here is the custom CSS I’m currently using that affect the post title / post links.
.post .title a:link, .post .title a:visited {
color: #000000;
font: bold 25px Arial;
}a:link, a:visited {
color: #E56717;
text-decoration: none;
}Any help would be greatly appreciated : )
Thanks,
Bryan
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Post title color and font on single post page’ is closed to new replies.