please see the footer @ http://www.gscoldstorage.simple-helix.net/ and note the green bar that displays phone, email, etc. That information is redundant of what i have put in the footer immediately below it, so I want to removee those items from the bar and leave it as a simple green separation. Exactly where is that code and what of it should I remove? Thanks.
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .index-info .index-info-one { display: none; } .index-info .index-info-two { display: none; } .index-info .index-info-three { display: none; } This will solve your issue.