Not the menu, not the widget link colors, and not every single link on an individual blog post page.
I am able to get the “hover” to work. It’s site wide but that’s ok for the Hover part. I can live with it.
I saw this code and they said it worked by putting it into the footer section.
Is there any additional code to put this before or after like a <style> ?
.single-post a {
color: red; }
even tried this..
<body>
.single-post a {
color: red; }
</body>
Tried these too
<style>
.core_post_content a { color: blue; }
</style>
<style>
.single-post a { color: blue; }
<style>
It’s either every link on a page or nothing.
I am trying to get the links in an individual blog post to show a different color.
Help!
I am trying to get the links in an individual blog post to show a different color.
https://emagineamerica.com/spotlight-artisan-apurposeagain/
Not the menu, not the widget link colors, and not every single link on an individual blog post page.
I am able to get the “hover” to work. It’s site wide but that’s ok for the Hover part. I can live with it.
I saw this code and they said it worked by putting it into the footer section.
Is there any additional code to put this before or after like a <style> ?
.single-post a {
color: red; }
even tried this..
<body>
.single-post a {
color: red; }
</body>
Tried these too
<style>
.core_post_content a { color: blue; }
</style>
<style>
.single-post a { color: blue; }
<style>
It’s either every link on a page or nothing.
I am trying to get the links in an individual blog post to show a different color.
Help!
Attachments:
You must be logged in to view attached files.Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now