• Resolved florian99

    (@florian99)


    Hello,

    I try to have the “privacy policy” and “imprint” links in the footer to be in another color than all other links on the site.

    I’ve tried external stylesheets (calling them from within footer.php), experimented with !important, and scoped CSS but either the color remains the same or all links turn black.

    I tried addressing it with .site-footer but this doesn’t change the color either. What can I do here?

    Appreciate any help,
    Florian

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Florian,

    Thanks for using Ignite!

    Could you share a link to your site? Once I check it out I will be able to share some CSS you can use to change the footer text color.

    Thread Starter florian99

    (@florian99)

    Yep, sure:

    It’s https://www.tinnitus-shg-berlin.de
    It’s about the “Impressum” and “Datenschutz” in the footer I’d like to have in black.

    Thank you very much!
    Florian

    Theme Author Ben Sibley

    (@bensibley)

    Thanks!

    Please try adding this CSS to the site:

    .site-footer .design-credit a,
    .site-footer .design-credit a:link,
    .site-footer .design-credit a:visited {
      color: #000;
    }

    You can copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter florian99

    (@florian99)

    Worked, aweseome! I’m slowly getting the hang of CSS ??

    Theme Author Ben Sibley

    (@bensibley)

    Glad to hear it!

    Thanks again for using Ignite ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘change footer LINK color’ is closed to new replies.