• Resolved sywert

    (@sywert)


    Hi!

    I am setting up my website. To make the theme match our own house-design, I have changed the footer color. Now the footer credits (copyright & theme credits) are not readable any more. What additional CSS do I need to change the text-colors?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sywert

    (@sywert)

    Not only the color of the credits, but all the regular text in the widgets as well.

    Theme Author Anders Norén

    (@anlino)

    Hi @sywert,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    #site-footer * { color: #FF0000; }

    Change the hex code to the code of the color you want to use. Let me know if that does it.

    — Anders

    Thread Starter sywert

    (@sywert)

    Hi,

    Thanks for your help! It works exactly the way I wanted to.

    Sywert

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing color of credit text in footer’ is closed to new replies.