anson.c Posted May 8, 2010 Share Posted May 8, 2010 Hi,The text on my footer is bold and I would like to turn it back to regular.Can someone point me which file I should edit?Thank you!www.ecyclog.com Link to comment Share on other sites More sharing options...
redelectric Posted May 8, 2010 Share Posted May 8, 2010 Hi ansonfind global.css in your themes css file, then find this:#footer .block_various_links li a {text-decoration:none;}and add this to the cssfont-weight:normal;or replace it with this (same thing)#footer .block_various_links li a {font-weight:normal;text-decoration:none;}That should take care of it for ya..M Link to comment Share on other sites More sharing options...
anson.c Posted May 8, 2010 Author Share Posted May 8, 2010 Thanks alot redelectric!! It's fixed! Link to comment Share on other sites More sharing options...
redelectric Posted May 8, 2010 Share Posted May 8, 2010 glad I could help.. I know what it's like when you just want it the way you want it..M Link to comment Share on other sites More sharing options...
Djolhan Posted May 10, 2010 Share Posted May 10, 2010 anson.c, when you see some problem like this, you can use firebug to see where is the class you need to edit Link to comment Share on other sites More sharing options...
rocky Posted May 10, 2010 Share Posted May 10, 2010 If this issue is resolved, please edit your first post and add [sOLVED] to the front of the title. 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