Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22317

    I have created a dark coloured header and footer so my text for the menus and company name are white to improve visibility, my pages main body background is white.

    When I create a blog post the ‘posted on’ and ‘by’ labels are black but the variables date and author are white so are not visible. How can I change the colour of the test of the date a and authors variable text?

    #22318
    Kyle
    Member

    Hello,

    The easiest way to do this would be to create a custom CSS rule for this. You can find the text div id by inspecting the element in your browser and then create an entry like what i have added below and add it in the custom CSS section of your customizer.

    yourdivid {

    color: yourcolor;

    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change ‘Posted on’ and ‘by’ text colour in displayed blog.’ is closed to new replies.