Dear all,
The Enfold theme is great, and I happily use it for many projects. Usually I can work the custom requests out with some CSS. However, recently a client requested to remove the shadow bar that appears when you put in a Tab element, with the tabs to the left. I couldn’t quite figure that one out. You can see what I mean on this page, where the gradient-like upright shadow bar effect is in place. Please tell me how I can best remove this.
Kind regards,
Lucas van Heerikhuizen
Hey Lucas!
Try adding this code to the Quick CSS:
.noborder_tabs.sidebar_tab_left .tab_content, .noborder_tabs.sidebar_tab_right .tab_content {
box-shadow: none !important;
}
Cheers!
Josue
Dear Josue,
Thank you very much for your reply. The code works perfectly!
Sincerely,
Lucas van Heerikhuizen