Change text color of footer credit CSS

  • Unknown's avatar

    Hello, I understand I cannot hide the footer credit “Blog at WordPress.com. | The Anemone Theme.” But I would like to at least change the text color then. Can someone please assist me on how to do that? I am under customize and CSS, now what?
    Thanks!!

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

  • Unknown's avatar

    Hi there,

    I’m happy to see you were able to change the colour of your footer credit’s text using the following snippet:

    .has-footer-widgets .credits a, .has-footer-widgets .credits a:visited, .has-footer-widgets .credits .sep {
        color: #ccc;
    }

    It’s worth noting that you can change the value of #ccc to any HEX code of your choice. If you’d like to experiment with different colours, try a few Google searches to get a list of HEX codes and their corresponding values.

    Here’s an example of a site that I’ve used before:

    http://www.color-hex.com/

    If you have any extra questions then let us know. :)

  • The topic ‘Change text color of footer credit CSS’ is closed to new replies.