smileyface said:
Avondale said:I am looking in the psp files in WordPress and I cannot see: styles-rss-search-bar.php?
I just installed this theme to a new blog I am starting. I would also like to know how to change the color of the top bar/search bar in producer. The directions are not correct
. In order to get to themes it is : dashboard>appearance>editor> That is where theme files and the templates are listed if you do not have the css styling tool. Out of the templates and stylesheets, which one of those files do we need to edit to change the color of the top bar? I have no problem making a donation for your help on this forum, please be specific with the directions for this one. Thank you.
I've been having the same problem. I had a go at adding 'background-color: #363;' to the maincontainer .dtsa in the style.php file, and it changed color. Like this:
/* HTML Elements */
#maincontainer .dtsa {
margin:0px auto;
width:990px;
font-size:14px;
clear:both;
background-color: #363;
}
But the issue that I now have is two red lines that show up between the rss boxes. How do I remove them?
Read original blog post