CSS is not working

Hi,
I got guidance from you a couple of weeks ago on getting an annoying underline to go away from a page. It worked well, and today for some reason the CSS isn’t working.

I checked the CSS and nothing changed. Can you help?
I am referring this thread:

Hi,

To remove the underline, you can add this in Theme Options > CSS

.x-main .widget a {  
   text-decoration:none
}

Hope that helps

Thanks! And how could I get rid of the box surrounding the title of the widget? That too was removed and came back.

Hi @alonmg,

It should be this, but it doesn’t look good without a border.

.x-main .h-widget, .x-sidebar .h-widget {
    border: 0px !important;
}

Thanks!

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