Boxed layout – border color
-
Hello,
How to remove border color on boxed layout?
I want layout without border color.
Best regards
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this CSS to Theme Settings > Custom CSS:
.wrapper-boxed .website-wrapper {
-webkit-box-shadow:none;
box-shadow:none;
}
Best Regards
Hello,
Thanks!
How to do the same for sticky header?
Best regards
Hello,
Please try this CSS:
.whb-sticky-shadow+.whb-clone {
-webkit-box-shadow:none;
box-shadow:none;
}
Best Regards
You are always welcome! If you have any questions feel free to contact us.
Best Regards
The topic ‘Boxed layout – border color’ is closed to new replies.