Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1041334

    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

    • This topic was modified 5 years, 11 months ago by kpeltierWT.
    #1041343

    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

    #1041382

    Thank you that worked perfectly!

    Kristina

    #1041397

    Hi,

    Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Post content titles and links same color – need to setup different colors’ is closed to new replies.