Change color on metadata in blog post

  • Author
    Posts
  • #76323

    Hi,

    I need to change the color of the metadata of my blogposts. As of now the color of the text is black, but it doesn’t show up very well on the black overlay of the featured image.

    Changing the color in the “customize”-menu doesn’t work. I am merely looking for a piece of additional CSS that I can add.

    Thanks in advance!

    Website: www.nordicplannersociety.dk

    #76452
    Zed
    Cryout Creations mastermind

    Try this CSS:

    .single .entry-meta.aftertitle-meta a, 
    .single .entry-meta.aftertitle-meta time {
        color: #fff;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #76477

    Thanks that solved it!

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

The topic ‘Change color on metadata in blog post’ is closed to new replies.