Home Forums Basel support forum Footer Widget

Footer Widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7824

    Shawn Gray
    Participant

    How do I get rid of the line under the title on my footer widget. I have been trying to figure out custom code of it and to no avail. I tried to not bother you with this question. If you could help me with this I would appreciate it. Thank again for helping with the video blog post.

    #7828

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .widget-title:before, .widgettitle:before {
    	display:none;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)