Underline on Widget Titles

Hi, How can I remove the small underline on all widget titles? Thanks

hey there
Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

 .site-footer h1 span:before, .site-footer h2 span:before, .site-footer h3 span:before, .site-footer h4 span:before, .site-footer h5 span:before, .site-footer h6 span:before {
    
        background: transparent !important;
        }

Thanks!
Colorlib Support Team

Thank you for the quick reply this worked.
I am also trying to change the add to cart button active colour, I tried this code but it doesn’t work, can you help Thanks

/Cart Button active color/
.top-header-bar-container .top-header-bar li.top-cart:active {
background-color: #2AA4CF;
}

HI there

Please provide a link to your page and i will generate custom CSS