How to Remove Underlines In Widget Footer For Ethos 2

How to Remove Underlines In Widget Footer For Ethos 2 - Kindly Follow the Image

Hi there,

Please add this code in the custom CSS:

.x-colophon .widget:before {
    display: none;
}

Hope this helps.

following code just remove the upper lines - upper lines are fine, these should not be removed, the lines under the text should be removed, follow the image

Please add this:

.x-colophon a {
    text-decoration: none;
}

Solved Problem - Thank You So Much - I never found a quick response helping like this, how xtheme is providing to its customers - you people are awesome

want to remove underlines in foot menu also/ follow the image

Hi there,

Please update the previous code to:

.x-colophon.bottom .x-colophon-content a, 
.x-colophon.bottom .x-nav li a,
.x-colophon a  {
    text-decoration: none;
}

Thank You So Much For the Solution :slight_smile:

You’re most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.