Menu Change

May 2014 Joomla Template
GK User
Thu Jan 29, 2015 2:30 pm
How possible is it to change the current university menu to the creativity menu which follows the user down as they scroll. Please view both templates with regard to what I'm talking about.
User avatar
Senior Boarder

teitbite
Fri Jan 30, 2015 2:48 pm
I’m afraid that modifications such as this require extensive changes to the theme’s code; I do apologize but such large changes are custom work that are beyond the scope of our technical support.
User avatar
Moderator

GK User
Fri Jan 30, 2015 3:14 pm
What if the css changed?

All I want is a white GKHeaderNav that follows the user down as they scroll down. I dont want the menu to stay at the top.
User avatar
Senior Boarder

teitbite
Fri Jan 30, 2015 11:19 pm
Hi

Please try to add this to override.css and make sure override is enabled. Anyway I'm afraid this will trigger a lot of following changes to inner pages and responsive functionality.

Code: Select all
#gkHeaderNav {
    background: none repeat scroll 0 0 #fff;
    padding: 0;
    position: fixed;
}

.gkMenu > ul > li > a {
    color: #444;
}
User avatar
Moderator


cron