To whom it may concern,
How can I ammend the links for only the blog posts to have them underlined please. I would like to have these changed dynamically and not have to update each article if possible.
Regards
Hey,
Thanks for contacting us!
Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com and post the links here :)
Best regards,
Yigit
So I would like links within blog posts to have an underline and changed to a different color.
Now I would like to do this dynamically and not manually for each blog post.
Can you guide me through please?
Hi,
To have all single post links have a blue underline try this css in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top.single-post .entry-content a {
text-decoration: underline;
text-decoration-color: #316694;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Thanks for this, but not all of the links are changing with that code
Hi,
Please link to the page in your screenshot so I can see what should be changed.
Best regards,
Mike
The ones highlighted are links which should be turned to teal https://imgur.com/a/EbYfywZ
Hi,
Thank you, I assume that you don’t want the underline, so please try this css instead:
#top.single-post .entry-content a,
#top.single-post .entry-content a strong {
color: #316694;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Worked perfectly.
Thanks YOU CAN CLOSE THIS :)
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike