Colour of links white instead of black on part of homepage

  • Unknown's avatar

    I am trying to change the colour of the font for certain links on homepage. I have set it as black but shows as white. Theme is Twenty Seventeen. Any help in layman’s terms would be much appreciated, thanks

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    The Twenty Seventeen theme is an older theme (5 years feels like 20 these days, no?) and it was launched before our Block Editor so it appears that it’s missing the proper code to get that color assigned.

    You can add the following CSS code to your Customizer (look for the CSS panel on the left) to get that color recognized.

    .has-black-color a {
        color: #000;
    }

    Hope that helps. Please let us know if you have any more questions.

  • Hi again,

    I forgot to mention that this is the support forum for our free sites, but your Business Yearly Plan upgrade includes priority live chat support that you can access 24 hours a day (except major holidays)

    With this in mind you are encouraged to reach out to us here, and we can take a closer look at your issue in realtime. No need to wait for a reply in the forums: https://wordpress.com/help/contact

    Thanks for rocking WordPress.com! :)

  • Unknown's avatar

    Brilliant, it worked
    And thanks for the heads up about the priority live chat :)

  • The topic ‘Colour of links white instead of black on part of homepage’ is closed to new replies.