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.
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 ?
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?
wpsuperhero
Member
Posted 5 months ago #
brill Kumar answered before i could :)