Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #467686

    How can i change the (c) font color to #555555 (left side) and delete the black line. http://i.imgur.com/srmaumT.png

    #467722

    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

    #467728

    HI!

    #467746

    Hey!

    Great! :)
    Shall we mark this thread as resolved?

    Regards,
    Yigit

    #467755

    YES! CLOSED.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer adaption’ is closed to new replies.