Hmm... I cannot find where to edit the ringed out fields... What sort of file(s) should I edit? I want to change the color etc. See the attached screenshot for more info on what I want to change (im running graphene theme):
http://www.shookiemonster.com/wheretochange.jpg
Any help would be greatly appriciated! :)
Anything involving color, size, borders, font, etc. is alway in the style.css folder.
Ok. Will take a look there then. Is there any way i can do this offline so I don't need to constantly update my webpage, or?
Thanks for the quick reply!
If you do it off-line and are guessing about what to change, you won't know what you have done until you log on again.
I make a change and save it to the server. In another window I have the site loaded and hit refresh. If I don't like the change I change it again or change it back. Save it to the server. Refresh. ad infinitum . . .
[Edit] If you use IE you have webtools that will tell you what css controls what item on your page. Same with FF and Firebug.
I see. Thanks for that.
Any ideas on how I can make the bottom edge of each post to be as curved as the edge on top of each post..?
Sorry for double posting...
But... if you take a look at my page; shookiemonster.com - I want to place some sort of a symbol in-between Home, About me & Photos, so it looks something like: "Home <symbol-here> About me <symbol-here> Photos"
Here's the code I found:
#nav .menu li a:visited {
color: #3C9CD2;
font: bold 25px arial;
line-height: 24px;
padding: 0 18px;
text-decoration: none;
What must I do to add the my own symbols so one can see the space between those pages?