Editing the Arjuna theme CSS
-
Hi folks, newbie here.
I’ve recently moved my blog over to ww.wp.xz.cn http://scotchpotch.com and I chose Arjuna as my new theme.
I successully changed the gray font color to black on the style.css sheet, but no matter how I try, I cannot change the link colors.
/**
* Main design
*/body {
background:#d9d9d9 url(./images/pageBG.png) repeat-x 0 0;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:13px;
line-height:normal;
}/* Links */
a, a:visited {
text-decoration:none;
color:#5c7a99;
}
a:hover {
text-decoration:underline;
}File permissions are ok, because I can check the uploaded file on Filezilla and any modifications I made were saved. The example above is the original style.css listing.
Any ideas fellas?
Thanks
The topic ‘Editing the Arjuna theme CSS’ is closed to new replies.