This topic has 6 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Hello,
Thanks for the help you guys are giving. It is so great.
I have a problem, that I couldn’t find a solution for here at the forums.
I want to remove the shadow from the sides so I get a plain white. I’ve added a screenshot (http://i57.tinypic.com/2h4htea.jpg), so you know what I’m talking about. Can you tell me how I can fix this?
Thank you.
BG Nichlas
Hello,
Please provide us with your site url.
Thank you.
Regards,
Eva Kemp.
Check the private reply 🙂
Hello,
Please add this code in custom.css file:
.boxed .st-container {
box-shadow: 0px 0px 1px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
thank you! 🙂
But is it also possible to remove the 1px border from the sides? 🙂
Hello,
In this case use this code instead of the previous one:
.boxed .st-container {
box-shadow: 0px 0px 0px !important;
}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up