Tagged: change color of text remove white line
Can some please tell me how to change the color the text in copy right and how to get rid of the white line above the copy right .Please I have been trying for days to do this. Thanks
Hi isiariojewelry,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#colophon, #colophon hr { border-color: none; } #site-generator .copyright { color: #3ab0db; // change this value of color as you want }
Thank you!