• Hi im helping a friend with a website.

    Im using the theme called Sydney http://athemes.com/theme/sydney/

    Its a great theme but i dont have the premium version and i really want to delete the footer links or åt least make it so that they are not visible on the website.

    Can anyone give me som directions as to how?

    Thanks

Viewing 1 replies (of 1 total)
  • Hey ALL13784 !

    Simply add display none to :

    .site-extra {
        padding: 50px 0;
        padding-bottom: 15px;
        background-color: #E7E7E7;
    }

    to become

    .site-extra {
        padding: 50px 0;
        padding-bottom: 15px;
        background-color: #E7E7E7;
        display: none;
    }

    Have a good day !

Viewing 1 replies (of 1 total)
  • The topic ‘How to delete the footer links?’ is closed to new replies.