Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87230
    Samson81
    Participant

    What is the custom CSS to remove the drop shadow from images in the optional sidebar one. Can you please help.

    #87283
    Mahesh
    Participant

    @samson81: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .widget img {
        box-shadow: none;
    }

    Regards,
    Mahesh

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