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

    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 your theme on the below path.

    Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

    #secondary .widget > h3.widget-title {
        background: #2196F3;
        color: #fff;
        border-radius: 4px;
        padding: 15px;
    }
    
    #secondary .widget > h3.widget-title:after{
    display: none;
    }

    Best Regards,
    Vinod Dalvi

    Thread Starter alakulihal

    (@alakulihal)

    Thanks sensei, you are the best

    You are most welcome here ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background under sidebar title’ is closed to new replies.