Hide separator lines between modules
January 2013 Joomla Template
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Sun Nov 17, 2013 6:08 pm
- Reply with quote
- Report this post
Hello,
I need to hide separator line of a module on my site http://cedom.netamin.es/At sidebar I have a search module called "Buscar empresa" that has a separator line above, I need to remove/hide it for showing that this search box is inside "Empresas asociadas" module.
Thanks,
David N.
I need to hide separator line of a module on my site http://cedom.netamin.es/At sidebar I have a search module called "Buscar empresa" that has a separator line above, I need to remove/hide it for showing that this search box is inside "Empresas asociadas" module.
Thanks,
David N.
-
- Expert Boarder
- GK User
- Sun Nov 17, 2013 8:59 pm
- Reply with quote
- Report this post
Hi.
To hide this border on right column use this
If you forgot how to use custom css, read this: http://www.gavick.com/documentation/joo ... -template/
To hide this border on right column use this
- Code: Select all
#gkSidebar .box {border-top:0;}
If you forgot how to use custom css, read this: http://www.gavick.com/documentation/joo ... -template/
-
- Platinum Boarder
- GK User
- Sun Nov 17, 2013 9:49 pm
- Reply with quote
- Report this post
Pawel F wrote:Hi.
To hide this border on right column use this
- Code: Select all
#gkSidebar .box {border-top:0;}
If you forgot how to use custom css, read this: http://www.gavick.com/documentation/joo ... -template/
Thanks,
David.
-
- Expert Boarder
3 posts
• Page 1 of 1