Just getting started and had this issue too, thanks. Also have a similar issue with changing the color of the text in the date/category line on the home page. Links change but not the text. Look for this in css.php also?
Quote:
July 15th, 2009 | Category:Uncategorized | One comment | Edit this post
|
Now to business, I figure that ATO is the admin panel but what does ATO stand for please?
also... your fix...
Quote:
Add the following to ATO->Add HTML/CSS Inserts->Css Inserts
HTML Code:
div#menu1 {
border: solid 1px #ccc;
}
|
is permanent, correct? In other words, it does not permanently fix the ATO bug, just permanently fixes the prob in that blog site. So, if I wanted dotted and red I would make the permanent blog site change because css inserts carry forward with upgrades...
Code:
div#menu1 {
border: dotted 1px #00ff00;
}
and have to remember to do that for any other blog site I set up?
Thanks, juandrah