This topic has 8 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
Hi all, I tried to remove the shadow and borders on boxed style but I failed. Can you kindly write what should I edit in CSS? Thanks.
Hello,
Please show us a page where you want to remove shadow.
Thank you.
Regards,
Eva Kemp.
On all pages. And I like to remove left and right borders.
Hello,
We can do this for all items, but the page will look bad.
It will be better if you sent to us link to the page where you need do this customization.
Regards,
Robert Hall.
Hello Robert, thanks for your care about how the site will look, but it’s not important: my customer wants no shadow and no borders…like the site will float on a blank screen. Don’t ask my why.
How to do it?
Hello,
Add this code into custom.css file.
*{
border:none;
text-shadow:none;
}
Regards,
Robert Hall.
It doesn’t work. That code should remove shadow and borders from boxed layout?
EDIT: Solved by myself, this is the right code to put into custom.css or in style.css if you plan to use a child theme:
*{
border:none;
box-shadow:none !important;
}
Hello,
We’re glad you you’ve found the solution.
Enjoy your work.
Regards,
Eva Kemp.
The issue related to '‘Removing shadow on boxed style’' has been successfully resolved, and the topic is now closed for further responses