Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kevinhaig

    (@kevinhaig)

    Hi brentef.

    Styles are in katb_user_styles.css in the/css/folder for the plugin.

    You can search for “box-shadow”, and you will see 4 places where the style is used. Comment out the style, using /* at the start of the line and */ at the end. You will have to redo this when the plugin updates.

    A second option, if you have a child theme add the following lines :

    /* Testimonial Basics Custom Styles */
    .katb_test_box {box-shadow: none;}
    .katb_schema_summary_box {box-shadow: none;}
    .katb_widget_rotator_wrap {box-shadow: none;}
    .katb_widget_box {box-shadow: none;}

    A third option would be to add the above lines the the JetPack Custom CSS plugin.

    Thread Starter brentef

    (@brentef)

    Hello Kevin,
    I’ll play around with this tonight. Again, thanks for a great plugin.

    Brent

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Drop Shadow’ is closed to new replies.