copyright text color illdy

hi guys,

i have little problem. i cant find a way to change .copyright text color with css in illdy theme. do you have some ideas?

Thanks a lot

Hello,

You should use this CSS to handle to color code:

#footer .copyright {
    color: #888 !important;
}

This code should be placed in a child’s theme stylesheet.css, ideally.
But you can use a custom CSS plugin or place it inside Dashboard > Appearances > Editor > Style.css but keep in mind that this will get erased if you update the theme.

Let me know if you got it alright

Regards

Hello,

thank you for your fast reply. I tried it but it doesn’t work. Here is website: http://belabeercompany.sk/ , maybe help. By the way, I like your theme.

Thank you

Hello @dojco,

You can see in the code that there an extra } before the CSS snippet, that’s why it’s not working.

Regards

Hello,

you are right, my bad, sorry.

Thank you :slight_smile: