How can I remove the drop shadow from the horizontal lines on the theme "Choices"?
How can I make a thin line instead of a shadow in the vertical line on the sidebar? Thanks!
Choices: Drop shadow on horizontal line
4 posts from 2 voices-
Posted 6 months ago #
-
Hi,
You can add this on your custom.css to remove the shadow
.bottom_shadow { display: none; }And this to remove the shadow and create a separator on the sidebar.
.sidebar_bg_top.sidebar_bg, .sidebar_bg_bottom, .sidebar_bg_center { background: none; border-left: 1px solid red; }Just change the color to something else.
Regards,
IsmaelPosted 6 months ago # -
Hi Ismael
Thanks a lot for the quick reply! It worked perfectly! ;-)
Posted 6 months ago # -
Hi Cdfb,
Glad we could help. :)
Cheers,
IsmaelPosted 6 months ago #
Topic Closed
This topic has been closed to new replies.














