Viewing 1 replies (of 1 total)
  • Hi goleftmarketing,

    yes you can.

    The line comes from this code:

    .widget_inner {
        margin:0 0px 0px 15px;
        background:url(images/footer-line.png) right repeat-y;
        padding-right:20px;
    }

    So to remove it you can either remove background:url(images/footer-line.png) right repeat-y; from your child css file or add the following code using the Custom CSS plugin:

    .widget_inner {
        margin:0 0px 0px 15px;
        padding-right:20px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove widget lines in footer’ is closed to new replies.