• Resolved boppar

    (@boppar)


    Hi!
    My link color is blue.

    On front page I have a couple of headings that have hyperlinks. They are blue.
    Is it possible to have these headings with hyperlinks and black just like other headings /which are without hyperlinks)?

    Other text with hyperlinks should continue blue.

    Explaining image:
    https://ibb.co/gd6CLKG

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there!

    You can give the headings block a CSS class color-heading-links from the Advanced drop-down under Block settings in the right sidebar and then add the CSS code below to color the links within the headings:

    
    .color-heading-links a{
      color:#333;
    }
    

    You can add this CSS in Appearance > Customize > Additional CSS box.

    I hope this helps! ??

    Thread Starter boppar

    (@boppar)

    Hi @kaushiksomaiya!

    That worked great. Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to change link color on just some specific text?’ is closed to new replies.