Remove Section Lines in Meet Gavern

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Aug 19, 2015 2:00 am
Hi there, I want to remove the section lines in the Meet Gavern Theme, or at least change the color.

Where do I go to do that?

e.g See the grey line right above the footer menu in your demo here. https://demo.gavick.com/free/meetgavern
User avatar
Junior Boarder

GK User
Wed Aug 19, 2015 6:21 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Aug 27, 2015 7:39 pm
Cyberek wrote:Could you please post an url to your site?


Hi, i'm working off localhost.

In the demo, it's the horizontal lines above and below the footer area where it says : Weblinks, Hotlinks, Templates, Freebies, Important
User avatar
Junior Boarder

GK User
Mon Aug 31, 2015 10:30 am
Please edit: /templates/gk_meetgavern/css/override.css and add at its end:
Code: Select all
#gk-bottom {
    border-top: none;
}
body > footer {
    border-top: none;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron