Support » Themes and Templates » How can I change links' color

  • Hi,
    I am not familiar with http language too much. I need:
    1. To change links’ color in my template but couldn’t find where it is in css file…
    The second question is about design. Maybe sombody can help me as well:
    2. How can put two pictures in one level at the beginning of pages?
    My website is http://www.hardwoodfloorinstallation101.com
    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • To change your link colors , to Appearances in your dashboard and using editor find these lines in style.css
    a {
    color :#ffffff;
    }
    a:hover
    {
    color :#000000;
    }
    Just find the lines with a and edit the colors with the hexadecimal values
    Can you be more specific on your second question ?

    Pavan

    (@pavanluthra)

    I think mr. Kumar have solved your first ques..

    Can you tell the second question more breifly, I don’t understand, what u want to say?

    brill Kumar answered before i could 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change links' color’ is closed to new replies.