Comments Richard started the conversationSeptember 26, 2019 at 5:44pmAndrey, is there some css code to change the text colour in the copyright section? I have i that section two download buttons plus the copyright wording.Thanks again, Richard 1,692Andrey repliedSeptember 27, 2019 at 8:09amHello, Dear Richard!Sure, it's very easy to do via CSS. Please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here: .page_copyright { color: #5b00b2; } .page_copyright .widget_nav_menu a, .page_topline .widget_nav_menu a { color: #5b00b2; } Then save changes and check results at front-end: http://prntscr.com/pbmm46Also choose your custom color instead of #5b00b2 You may use this nice tool: https://htmlcolorcodes.com/Best Regards!1 LikeRichard repliedSeptember 27, 2019 at 8:20amBingo! Thanks Andrey. Sign in to reply ...
Andrey, is there some css code to change the text colour in the copyright section?
I have i that section two download buttons plus the copyright wording.
Thanks again, Richard
Hello, Dear Richard!
Sure, it's very easy to do via CSS. Please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:
Then save changes and check results at front-end: http://prntscr.com/pbmm46
Also choose your custom color instead of #5b00b2 You may use this nice tool: https://htmlcolorcodes.com/
Best Regards!
Bingo! Thanks Andrey.