Shape 5

Wordpress Club Themes => Construction - Club => : jtlounge October 26, 2014, 09:25:32 PM



: Bottom of Home page - red horizontal lines
: jtlounge October 26, 2014, 09:25:32 PM
http://www.rigbyswelding.com/

On the home page, below "Top Row 3.1 thru 3.6", I don't use any additional widgets, besides the footer widget.
There are 2 horizontal red lines below this section. I believe these are lines that are used to separate sections on the home page if I did add additional widget areas.
How can I remove these 2 red lines?
Thanks.


: Re: Bottom of Home page - red horizontal lines
: Tristan Rineer October 27, 2014, 07:00:43 AM
Firebug (http://getfirebug.com/) shows that the following CSS added to the theme's style.css file should do what you need:

:
.s5_spacerbar {
     display:none;
}


: Re: Bottom of Home page - red horizontal lines
: jtlounge October 27, 2014, 07:10:23 PM
Thanks. That did the trick