Hi,
I set up my link color in General Styling section – Main Content – Primary Color (Links, drop caps…). But when I did that both my titles and links in my pages and posts are the same color. I want the titles to be gray (#717171) and the links to remain blue (#1BA1C3). How do I differentiate that on my site?
Thank you,
Kristina
Hey kpeltierWT,
This can be done via css. Add this to quick css:
h1.post-title.entry-title a{
color: #717171!important;
}
.entry-content p a{
color:#1BA1C3!important;
}
Best regards,
Jordan Shannon
Thank you that worked perfectly!
Kristina
Hi,
Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon