Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #251731

    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

    #251759

    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

    #254832

    Dear Josue,

    Thank you very much for your reply. The code works perfectly!

    Sincerely,
    Lucas van Heerikhuizen

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove shadow in the Tab element’ is closed to new replies.