Hi all, I'd like to get rid of the "Homepage Feature Section" from my site. How do I go about doing this?
Thanks in advance!
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
Hi all, I'd like to get rid of the "Homepage Feature Section" from my site. How do I go about doing this?
Thanks in advance!
Hello,
Paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
.content{
display:none;
}
Thanks
Gourav
Thanks Gourav,
One more thing, how do I get rid of the section right below the feature section. Not sure what it is called but it's where the paragraph is and the homepage PayPal button goes.
Hello,
Paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
.index-container .full_cols{
display:none;
}
Thanks
Gourav
You must log in to post.