Color change for text appearing on the "Main content wrapper background"

  • Graham Rouse

    #8759

    Several labels appear by default in gray on the “main content wrapper background”. They are weak against my background selection. I want to change them to white. I located solutions in the archives here to changing the color of (1) “previous” and “next” post labels, (2) “comments” and (3) “Leave a Reply” but I still do not know how to change (4) “About the author”. How do I make that change?

    Anonymous

    #42110

    Add this CSS code in child-theme style.css or in Graphene options/Custom css:

    .author_h4 {
    color:#FFFFFF !important;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.