• I would like to disable the clients section (with the option of adding it back later). I have tried to go in through Customize and delete the images and #, but they still show up on the front page. Please advise.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author InfoTuts

    (@infotuts)

    Hi,

    You can use the code given below in Appearance > Customise > Custom Style > Custom CSS:

    .home .petron{
    display: none;
    }

    to hide that section.

    Thanks

    Can I change it to just show 4? I’m thinking of editing it to be a skills rather than a client section with no links.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete Clients Section’ is closed to new replies.