Hi. I'm trying to edit the CSS script in a Wordpress template. I need to change the color of the tagline, but I cannot find where the CSS file refers to it. The closest I can find is "header a", which changes the Blog title. I tried creating a "header b" but that didn't have any effect. Anyone know? Thanks in advance.
NVM found it, it's under the H2 tag Never occurred to me to look in the page source... Duh! Working a little late last night (2:00 am).
you easily edit the Css style from wordpress theme folder. wordpress is the 2009 award blogging system. Regards, SP2h COM
Can anyone give me some tips about raising children? (- sike) Anyway, a tip when trying to edit someone else's CSS: use Firefox Developer Toolbar extension, and use the "Outline Current Element" option under "Outline" menu. This will give you information about any HTML element your mouse is over. Good luck.
you can fine your stylesheet on your server in wp-content thene themes then your theme name folder whatever you use there... and in that folder you will fine style.css edit this file and change your tag line color.