By Adam T on Wednesday, 12 September 2018
Posted in General
Replies 4
Likes 0
Views 700
Votes 0
Please advise how I can change the mouseover colour for the menu links. Thanks
Also...

How could I set the same link colour and mouseover colour for ALL links sitewide?
·
Wednesday, 12 September 2018 13:56
·
0 Likes
·
0 Votes
·
0 Comments
·
FYI, I have tried setting the Link Color and Link Hover Color in Layout / Header / Settings, but nothing changes. I cleared both my browser cache and Joomla cache after making the changes.
·
Wednesday, 12 September 2018 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Adam,

All these link colour is respected from this major colour from the template presets setting http://take.ms/2u0A3 .

In order to show the immediately changes, ensure that you have to enable this setting Compile LESS to CSS setting under advanced tab http://take.ms/o5mmh .

And make sure that you have temporary disable your site cache if you have enable it from your site backend.

If you would like to change that hover link colour, unfortunately currently that is no setting for this, but you can try apply this following custom css into your template under custom css section http://take.ms/mhCYe and see how it goes.


#vanilla-submenu > ul > li > span,
#vanilla-submenu > ul > li > a {
color: #eb4947 !important;
opacity: 1 !important;
}

#vanilla-submenu > ul > li > span:hover,
#vanilla-submenu > ul > li > a:hover {
color: #eb4947 !important;
}


Note : change this color code #eb4947 to your current presets major link color code http://take.ms/oxnmR

If it doesn't change anything, perhaps you can update your site backend and FTP access at http://stackideas.com/dashboard/site so we can better have a check.
·
Wednesday, 12 September 2018 18:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post