I am in the process of refining my content. two questions. How can i remove the drop shadow from the vertical line on the sidebar? How can i change the Horizontal line thickness and color for the page split? Thanks in advance.
Drop Shadows and Line Thicknes
2 posts from 2 voices-
Posted 8 months ago #
-
Hi,
You can add this on your custom.css
1.) To remove vertical shadow on sidebar
.sidebar_bg_top, .sidebar_bg_bottom, .sidebar_bg_center { background: none!important; }2.) To edit the page split border
#top .container_split { border-color: red; border-width: 10px; }Regards,
IsmaelPosted 8 months ago #
Reply
You must log in to post.














