Customize text from post info – featured picture overlay

  • Author
    Posts
  • #59589
    rovanov
    Power User

    Hi,
    Is it possible to change the text color from “post info – featured picture overlay”?

    “Overlay” as here:
    https://www.cryoutcreations.eu/forums/t/remove-post-info-from-featured-picture-overlay

    Thanks for answering.

    #59713
    Zed
    Cryout Creations mastermind

    That can be done with CSS:

    .featured-image-overlay .entry-meta {
        background: rgba(255,0,0,0.5);
    }

    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.
    #59716
    rovanov
    Power User

    Thanks! Great, that works.

    But I did not mean the background color, but the text and icons. (Author, blog, date etc) 😉
    More difficult?
    Dank & groet!

    #59718
    rovanov
    Power User

    Ok, i think i found it in the style.css

    .post-thumbnail-container .featured-image-meta.entry-meta a,
    .post-thumbnail-container .featured-image-meta.entry-meta i::before,
    .post-thumbnail-container .featured-image-meta.entry-meta,
    .post-thumbnail-container .featured-image-meta.entry-meta time {
    color: #600000;
    }

    Is that right?

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

The topic ‘Customize text from post info – featured picture overlay’ is closed to new replies.