surbhis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Enigma how to hide blog thumb footer on home pageYou’re most welcome annieoakle
You’re most welcome annieoakle
Forum: Themes and Templates
In reply to: [Enigma] Enigma Service Link does not workHi,
This forum is only for free support. It does not support pro supports.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Removing menuHi,
If this not working then apply this code in theme style.css file at last and save the changes.
.home_menu-2 { display: none !important; }Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Slider text buttonHi,
Use this code, will work for all the layouts
.carousel-text .enigma_blog_read_btn { display: block !important; }Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Removing menuHi,
I have checked your site the top menu already not showing on your site. And for remove side menu use the given CSS code in custom CSS box and save the changes.
.home_menu-2 { display: none; }Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Slider text buttonHi,
Use the given CSS code in the custom CSS box and save the changes.
@media only screen and (max-width: 480px) and (min-width: 200px){ .carousel-caption { top: 20%; } .carousel-text .enigma_blog_read_btn { display: block; } }Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Slider text buttonHi,
Please share me your site URL.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Removing menuHello,
Can I have your site URL.
Thanks.
Okay.
Then paste the given CSS code in your theme style.css at last or if not working then paste it /css/media-responsive.css at last in the media-responsive.css file.
@media only screen and (max-width: 480px) and (min-width: 200px){ .carousel-text .enigma_blog_read_btn { display: block !important; } }Forum: Themes and Templates
In reply to: [Enigma] Enigma how to hide blog thumb footer on home pagetry with !important tag
Like this –
.wl_caroufredsel_wrapper .enigma_blog_thumb_footer { display: none !important; }Add this CSS in custom CSS box.
Let me know if query.Forum: Themes and Templates
In reply to: [Enigma] Enigma how to hide blog thumb footer on home pageHi,
Use this code.
.wl_caroufredsel_wrapper .enigma_blog_thumb_footer { display: none; }Feel free to ask any query.
ThanksHi,
@media only screen and (max-width: 480px) and (min-width: 200px){
.carousel-text .enigma_blog_read_btn {
display: block !important;
}
}Use this code this will help you to sort out your issue.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma] Cannot remove sidebarForum: Themes and Templates
In reply to: [Enigma] Cannot remove sidebarHello,
You really selected “page full width” ? Is it not in full width?
Then go to enigma theme directory. Open page.php file and see the line given below –
<div class="col-md-8">replace this code with this code –
<div class="col-md-12">save the file after that.See the result.
Thanks.