Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • pcwriter posted a new activity comment 13 years, 7 months ago

    @seawords

    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 13 years, 7 months ago

    @seawords

    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]

Skip to toolbar