inmalagadesign Posted November 25, 2011 Share Posted November 25, 2011 Hi I am editing the default template changing colours etc and i wanted to change the faded language icon on the website. I know that the default language icon shows up but the other languages icons are faded. As the background to the site is going to be black i was wondering is it possible to get rid of the faded on the other icons so that they are all visible perfectly. The site i am working on is www.inmalagadesign.com/tshop i would appreciate any help you guys could give. Thanks in advance tim Link to comment Share on other sites More sharing options...
Dave L Posted November 25, 2011 Share Posted November 25, 2011 Have a look at the file modules/blocklanguages/blocklanguages.tpl Near the bottom of the file at line #49 - #56 you can see this code: <script type="text/javascript"> $('ul#first-languages li:not(.selected_language)').css('opacity', 0.3); $('ul#first-languages li:not(.selected_language)').hover(function(){ldelim} $(this).css('opacity', 1); {rdelim}, function(){ldelim} $(this).css('opacity', 0.3); {rdelim}); </script> You can adjust the opacity there. changing 0.3 to 0.8 makes it much lighter. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now