arrow

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Dec 08, 2013 6:05 am
Reply with quote
Report this post
Template: Music State
Joomla 3.2

How do I get rid of the arrows on the home page. I just want the slide header & the best albums...nothing else. but don't know how or where to get rid of the arrows.

Thanks in advance
User avatar
Junior Boarder

GK User
Sun Dec 08, 2013 1:16 pm
Reply with quote
Report this post
Hi,
sure ...use this css:
Code: Select all
.gkSectionNav:before  {display:none;}

Useful tip: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sun Dec 08, 2013 9:41 pm
Reply with quote
Report this post
Thank you, that work!!!
However, how come it doesn't get rid of all the dead space below...? or how do i do that? I just assume that if there's nothing...there wouldn't be any empty space either...

Again, I just want 2 modules on the home page of Music State: slide header & the best albums---no spaces or anything after that...

Thank you for the quick reply!!!
User avatar
Junior Boarder

GK User
Sun Dec 08, 2013 10:17 pm
Reply with quote
Report this post
I went to the Template & under features > suffixes for pages, & removed: 640=frontpage dark-bottom section-nav...but it only removed the dark/black design.
User avatar
Junior Boarder

GK User
Sun Dec 08, 2013 10:22 pm
Reply with quote
Report this post
attached is image of unused space I'm trying to get rid of

thanks in advance!!
User avatar
Junior Boarder

GK User
Sun Dec 08, 2013 10:49 pm
Reply with quote
Report this post
Use this:
Code: Select all
#gkMainbody { margin-bottom: 0px; }

Because default margin bottom value is 70px.
User avatar
Platinum Boarder

GK User
Sun Dec 08, 2013 10:53 pm
Reply with quote
Report this post
You can also use this
Code: Select all
.frontpage.dark-bottom .gkDarkBottom + #gkBottom1  { margin-top: -300px; }


...but you have to recover .frontpage.dark-bottom suffix for home page.
User avatar
Platinum Boarder

GK User
Mon Dec 09, 2013 1:05 am
Reply with quote
Report this post
I'm not sure, but in the template.css file, I made these changes, but worked:
1. #gkMainbody { margin-bottom: 0px; }
2. #gkMainbody { margin-bottom: -200px; }
3. .frontpage.dark-bottom .gkDarkBottom + #gkBottom1 { margin-top: -300px; } (tried to change -100 , but no go)

I don't quite understand this comment:
"...but you have to recover .frontpage.dark-bottom suffix for home page."

thanks again for such quick response....
User avatar
Junior Boarder

GK User
Mon Dec 09, 2013 1:07 am
Reply with quote
Report this post
tried this too...see attachment...sorry not a coder...just trying to put things in different places & hoping I don't break anything..
User avatar
Junior Boarder


cron