• Hi there,

    Sparkling is a great theme with tons of support treads.

    I have used sparkling theme for my blog (www.ecbeginner.com). I want to make the space between the widgets in the sidebar to be transparent. I am trying to attain something like this side bar- wpbeginner.com

    Thankyou

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @serverking2014,

    I hope you are well today and thank you for your question.

    You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    #secondary .well {
        background-color: transparent;
        border: 0;
        padding: 0;
        box-shadow: none;
    }
    
    #secondary .widget {
        background-color: #fff;
        border: 1px solid #DADADA;
        padding: 30px;
        margin-bottom: 30px;
    }

    Best regards,
    Vinod Dalvi

    Thread Starter serverking2014

    (@serverking2014)

    Hi Vinod Dalvi,

    Thanks, buddy your code works, Keep up the great work.
    GOD BLESS YOU

    You are most welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make the space between every widget in the sidebar transperent’ is closed to new replies.