Hello Elliott,
I was wondering if you can assist me with adding a hover color to the menu in your Echelon theme. By default there is no option for this. Please advise. Thank you.
(9 posts)
(3 voices)
Hello Elliott,
I was wondering if you can assist me with adding a hover color to the menu in your Echelon theme. By default there is no option for this. Please advise. Thank you.
Hello cxxlos,
For some reason the Echelon cufon font hovers are not wanting to play nice. I'll take a closer look tomorrow morning.
Great, Thank you.
Still couldn't figure it out but I think we can do this,
Navigate to Dashboard -> Echelon -> General Settings -> Custom Javascript and add this,
jQuery('.jqueryslidemenu li a').hover(function(){ jQuery('span', this).css('color', 'red'); Cufon.replace(this); }, function(){ jQuery('span', this).css('color', 'blue'); Cufon.replace(this); });
You'll want to change the "red" and "blue" to your own colors. Also, if it changes your font as well then you'll need to reference whatever font your using like so,
Cufon.replace(this, { fontFamily: 'Myriad Pro' });
Sorry,
That custom js did not work for me. There was no change. I tried refreshing and a cached dump. I also tried disabling the cufon font by using a websafe font instead.
Go ahead and PM us a Wordpress login so we can take a closer look.
You placed it in the Custom CSS section when it needs to be in the Custom Javascript section.
Wow, honest mistake. Thanks Elliott! Your custom js worked perfectly. Problem solved.
Thanka loads.
Cheers Tom
You must log in to post.