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!
Anyone knows how can i remove the thick line that stays above the title in the pages?
Thanks!
Anyone knows how can i remove the thick line that stays above the title in the pages?
Thanks!
-
- 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:
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;
}
-
- 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?
Thanks again!
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!
-
- 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.
Please remove "CODE: SELECT ALL" from the file. It's not a css code and is breaking the code set below this line.
-
- Moderator
- GK User
- Tue Jun 03, 2014 11:50 am
Worked perfectly now, thanks!
-
- Fresh Boarder
- teitbite
- Wed Jun 04, 2014 12:55 pm
Hi
No problem. Glad I could help
No problem. Glad I could help
-
- Moderator
6 posts
• Page 1 of 1