Hi,
I'm using wordpress 2.7, my theme is Decimus and my URL is nitch.ca.
I have two issues in customizing:
1.
There is a date tag on every page (including static) that I'd like to remove. This is the only code I can locate (in the style sheet) that seems to deal with it:
.post .date {
margin: -46px 25px 15px 0;
text-align: right;
color: #FF3333;
When I remove this code, it simply moves the date to a right justified location. I'd like to know how to remove the date posting entirely.
2.
I'd also like to change the color of my links but can't seem to find any code that deals with the links in the body of the post. Any guidance would be appreciated here.
***
Hopefully these are simple requests. I'd very much appreciate some help.
Andrew