• Resolved heyadrianablog

    (@heyadrianablog)


    I’m trying to remove the white border/background from the image in my sidebar as well as for the ad I have in the sidebar. I’ve tried a lot of things but nothing is working to remove them. I’m very new to CSS but is there a code I can add to custom CSS box to remove the border?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter heyadrianablog

    (@heyadrianablog)

    this is my site
    heyadriana.com

    bikel

    (@bikel)

    If you want to remove it from your images. it will remove from all widgets. you can try this css if you face any confusion please let me know.

    .widget-content {
    background: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    }

    Thread Starter heyadrianablog

    (@heyadrianablog)

    @bikel that worked. Thank you so much! I must’ve been trying it for like 2 hours. I appreciate your help.

    bikel

    (@bikel)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Theme:EvoLve Remove border/background from sidebar widgets’ is closed to new replies.