Remove the thick line

Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
GK User
Thu May 29, 2014 8:30 pm
Hi guys! :D

Anyone knows how can i remove the thick line that stays above the title in the pages?

Thanks!
User avatar
Fresh Boarder

teitbite
Sat May 31, 2014 9:25 am
Hi

Please add this to override.css and remamber to allow using override in theme settings:

Code: Select all
#gk-mainbody article > header h1,
#gk-mainbody article > header h2,
h1.page-title, h2.page-title {
    border-top: medium none;
    padding: 0 0 18px;
}
User avatar
Moderator

GK User
Sat May 31, 2014 11:44 pm
Hi teitbite!

Thanks for answering. I've tried this but the line is still there. I have enabled the override,css in the template options. Could you please take a look if the override,css is ok?

**
*
* -------------------------------------------
* Override
* -------------------------------------------
*
**/

CODE: SELECT ALL
#gk-mainbody article > header h1,
#gk-mainbody article > header h2,
h1.page-title, h2.page-title {
border-top: medium none;
padding: 0 0 18px;
}

/*
*
* 14. Override
*
*
------------------------------------ */

/* 14.1. Overrided elements
==================================== */


Thanks again!
User avatar
Fresh Boarder

teitbite
Tue Jun 03, 2014 10:16 am
Hi

Please remove "CODE: SELECT ALL" from the file. It's not a css code and is breaking the code set below this line.
User avatar
Moderator

GK User
Tue Jun 03, 2014 11:50 am
Worked perfectly now, thanks!
User avatar
Fresh Boarder

teitbite
Wed Jun 04, 2014 12:55 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.