Magento Questions Answered By Magento Experts

 

Sign in | Signup

3 Answers

Links Styling

Asked by: Matías 548 views , ,
Questions

Hi. I´m not very good at CSS, my problem is that i want to modify the hover font-color for the footer links but i can´t find where to do that. Also i would like to know how to change the font-color for the top links. Are they all in boxes.css?

Thanks in advance,

Matías.

http://www.anantashop.com/

3 Answers



  1. +2 Votes Thumb up 2 Thumb down 0

    David on Sep 02, 2010

    Hi Matias,

    Having had a quick look at your list the Footer & the top links are controlled by the reset.css

    Look around line 30 for the following code:

    a           { color:#a4a4a4; text-decoration:none; }
    a:hover     { color:#fff; text-decoration:underline; }

    If you make changes here you should see changes in the frontend.

    Don’t forget to refresh Magento cache though

    Hope this helps?

    David

    reply


  2. 0 Votes Thumb up 0 Thumb down 0

    Matías on Sep 02, 2010

    Brilliant! It worked! Thank you so much for the quick reply. I appreciate your help.

    Kind regards,
    Matías.

    reply


  3. 0 Votes Thumb up 0 Thumb down 0

    David on Sep 02, 2010

    Glad it helped!

    Thanks

    reply

Answer Question

Please use <code> </code> tags to display code.