remove article field complitely
- GK User
- Tue Aug 02, 2011 9:07 am
Hi, I/m not abled to remove the article fiel (background and font-resizer) from a page.
this is the link
link
in the image you can see the area i want to remove.
this is the link
link
in the image you can see the area i want to remove.
-
- Expert Boarder
- GK User
- Wed Aug 03, 2011 1:13 pm
I solved with:
#gk-tools {
display: none;
}
in override.css
... comment gk-mass in layout.css
/*.gk-mass {
clear:both;
margin-bottom:23px;
}*/
and comment other code in template.css
#gk-contentwrap { overflow: hidden; background: #fff; /*border: 1px solid #f0f0f0; padding: 18px */}
#gk-main . { /*margin-top: 23px;*/ margin-bottom: 0!important; }
#gk-top-nav { /*border-bottom: 1px solid #f0f0f0;*/ margin: 0 0 35px; padding: 0 0 10px; font: bold 10px Arial, Helvetica, sans-serif; text-transform: uppercase; color: #777 }
I don't now if it is the right way. but it works........
#gk-tools {
display: none;
}
in override.css
... comment gk-mass in layout.css
/*.gk-mass {
clear:both;
margin-bottom:23px;
}*/
and comment other code in template.css
#gk-contentwrap { overflow: hidden; background: #fff; /*border: 1px solid #f0f0f0; padding: 18px */}
#gk-main . { /*margin-top: 23px;*/ margin-bottom: 0!important; }
#gk-top-nav { /*border-bottom: 1px solid #f0f0f0;*/ margin: 0 0 35px; padding: 0 0 10px; font: bold 10px Arial, Helvetica, sans-serif; text-transform: uppercase; color: #777 }
I don't now if it is the right way. but it works........
-
- Expert Boarder
2 posts
• Page 1 of 1