svepet Jun 24, 2016 · 10:41 am #3965
Hi,
so can i delete or make it invisible the content part on the front page?
I’m talking about the small white part underneath the picture on the front page for http://www.svepet.hr
Hi,
so can i delete or make it invisible the content part on the front page?
I’m talking about the small white part underneath the picture on the front page for http://www.svepet.hr
Hi
If you go to Plugins > Add New and install Simple Custom CSS you can then go to Appearance > Custom CSS and insert:
/* Home */
.home .site-content { display: none; }