How can i change the (c) font color to #555555 (left side) and delete the black line. http://i.imgur.com/srmaumT.png
Hey Alex!
You sure have a lot of questions, mind telling me why you are using a second account now?`;D
Please add following code to Style.css
#socket .copyright {
color: #555555;
}
#socket {
border: none!important;
}
You are going to need to edit Footer.php file. Please open footer.php and find
<!-- ####### END SOCKET CONTAINER ####### -->
and then add your content below it.
Best regards,
Yigit
YES! CLOSED.