Home › Forums › Main Forum › Theme Suggestion Box › Puresimple Pro theme a question
Hi
How can I remove the shadow in the page layout?
doddo.dk/anatshafir/
thanks dorit
Hi there,
Please add this css on child theme style.css file:
if you want to completely remove then border box add this css on child theme style.css file:
#page {
-webkit-box-shadow: none;
box-shadow:none;
}
If you want to mentain some border on page layour the you can add this following css
#page {
-webkit-box-shadow: 0 0 1px 0px #eee;;
box-shadow: 0 0 1px 0px #eee
}
Here is the tutorial for box shadow http://www.w3schools.com/cssref/css3_pr_box-shadow.asp
Note: Theme suggestion forum is just for any suggestion you like to suggest on our theme, so we request you to post your queries on puresimple category, we hope you understand.
Thanks
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.