Jump to content

[SOLVED] Little help - Footer


Recommended Posts

Hi anson

find global.css in your themes css file,

then find this:

#footer .block_various_links li a {
text-decoration:none;
}

and add this to the css

font-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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...