• Resolved Sadiq Umar

    (@weblinkstar)


    Hi all,

    So i have been trying to remove the white background color on my sidebar widget are ( every widget is inside a white background box ), i want all the widget to have transparent background but i couldn’t find a way to do that.

    So i am wondering if it’s possible, i will appreciate some help.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @weblinkstar,
    Either remove background-color: #fff; styling from ‘.ast-separate-container.ast-two-container #secondary .widget’ class under “style.min.css”, or add the below CSS styling under your “style.min.css” file to remove the white background:

    .ast-separate-container.ast-two-container #secondary .widget {
        background-color: transparent !important;
    }
    Thread Starter Sadiq Umar

    (@weblinkstar)

    Thanks so much Prabhat, it works perfectly!

    Hey @weblinkstar,
    Glad to hear that.

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

The topic ‘Make Sidebar Widget Are Transparent’ is closed to new replies.