How to remove ARROW icon from gkMainBody

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
Mon Jun 02, 2014 8:40 am
Reply with quote
Report this post
How to remove ARROW icon from gkMainBody as seen below?

Website: http://scanture.com.au/iwa/three/

Image

Thanks
User avatar
Fresh Boarder

teitbite
Mon Jun 02, 2014 9:08 am
Reply with quote
Report this post
Hi

Please add this to override.css and make sure override is enabled:

Code: Select all
#gkMainbody .gkSectionNav {
    display: none;
}
User avatar
Moderator

GK User
Mon Jun 02, 2014 9:31 am
Reply with quote
Report this post
Please edit: /templates/gk_musicstate/css/override.css and add at its end:
Code: Select all
#gkMainbody .gkSectionNav {
display: none;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron