-
pcwriter posted a new activity comment 14 years ago
Found a solution for you.
In Atahualpa theme options, click on “NEW Add HTML/CSS Inserts” and add the following at the top of the “CSS Inserts” section:
td#footer a:link, td#footer a:visited, td#footer a:active {
color:#fff;
}Bingo! White text.
(BTW, that’sa whole LOT of configuration options in that theme!) -
pcwriter posted a new activity comment 14 years ago
The only thing you may have overlooked is the fact that you’re using a theme (Atalhualpa) that has the wp-admin-bar contained within a table data cell whose ID the plugin doesn’t recognize: td#footer. As that data cell has an ID whose CSS specificity is greater than the adminbar ID, the color for links defined in the data cell gets…[Read more]
@seawords
Not recently active