Plugin Support
Habib
(@habibjh)
Hi @fhqmd,
What layout are you using? Can you share any screenshots? There are some layout with default border from style.
And also please mention what version (shortcode, elementor or gutenberg) are you using.
I’m putting some css. You can put the CSS in your Customize > Additional CSS section.
.tpg-shortcode-main-wrapper .layout1 .rt-holder, .tpg-shortcode-main-wrapper .isotope1 .rt-holder, .tpg-shortcode-main-wrapper .carousel1 .rt-holder {
box-shadow: none;
-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
padding: 0;
border: none;
}
If the CSS doesn’t work please reply with the necessary information that I mentioned above.
Thread Starter
fhqmd
(@fhqmd)
Thank you Habibur!
The CSS code worked like a charm! 🙂
Plugin Support
Habib
(@habibjh)
Feel very happy to listen that your issue has fixed. Please remove the below line from your CSS –
-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
Just keep the below CSS on your Customize.
.tpg-shortcode-main-wrapper .layout1 .rt-holder,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder,
.tpg-shortcode-main-wrapper .carousel1 .rt-holder {
box-shadow: none;
padding: 0;
border: none;
}
Thanks
-
This reply was modified 2 years, 1 month ago by
Habib.