Comments nboether started the conversationNovember 6, 2018 at 6:03pmI can't for the life of me figure out how to change the color of this? Any help?Thank you! 2,700PenciDesign repliedNovember 7, 2018 at 4:07amHi,Please try add more this code to Customize > Custom CSS to do that: .overlay-post-box-meta, .overlay-post-box-meta .overlay-share span, .overlay-post-box-meta .overlay-share a, .overlay-post-box-meta .overlay-share a:hover{ color: #ff0000; } .overlay-post-box-meta > div:after{ border-color: #888; } If you want to change color for only comment text, please use: .overlay-post-box-meta .overlay-share a, .overlay-post-box-meta .overlay-share a:hover{ color: #ff0000; } .overlay-post-box-meta > div:after{ border-color: #888; }Change color code ff0000 above to any color code you want. You can get a color code hereBest Regards,PenciDesign Sign in to reply ...
I can't for the life of me figure out how to change the color of this? Any help?
Thank you!
Hi,
Please try add more this code to Customize > Custom CSS to do that:
If you want to change color for only comment text, please use:
Change color code ff0000 above to any color code you want. You can get a color code here
Best Regards,
PenciDesign