Forums
Home / Theme: Enigma / Disable Home-Blog Heading
(@caiohaag)
10 years, 1 month ago
How do I disable the Home-Blog Heading at the home page?
(@weblizar)
Only heading you want to remove?
Use this bwlow given in Custom CSS Box in Theme-Options CSS: .enigma_heading_title{display:none;}
.enigma_heading_title{display:none;}
Thanks
(@wan1ed)
10 years ago
I do not need this option on my website. how to completely disable this blog?
(@jocdrew21)
Yes I really would like to know this too!
(@slickuser-1)
9 years, 9 months ago
Hi, any update of completely disable this blog?
My web.
(@weblizar_support)
Hi,
If you want to remove blog section from “Front-Page” then follow the given below instructions:
Go to Dashboard admin panel >> Appearance menu >> Theme Options >> Custom CSS.
Now write this CSS rules into custom CSS box:
.enigma_blog_area { display:none; }
Now save the changes.
Thanks.