Expired
Hello! I want to update the CSS on the pages, podcast pages, blog pages so that when there is a link, it is a different color and underlined with a specific color. Where can I go change that?
Hi, You can add custom CSS on links through WP-Admin Dashboard > Appearance > Customize > General > Custom Codes > Custom CSS
a{ color: red ; /* define link color */ text-decoration: underline blue /* define underline & it's color */; }
Thanks,
You must be logged in to reply to this topic.