We're merging with GenerateBlocks! Learn more here.

[Support request] date text color

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support date text color

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1099
    Peter
    Participant

    Hi Tom –

    Is it possible to change the color of the date (style.wp-show-posts-entry-meta)? I just got PRO and the only style shown is for a border color and spacing. The text for the date is black and doesn’t show against the background. I am using Generatepress Pro and have Simple CSS.

    Thanks.

    Otherwise, great work.

    Peter

    #1100
    Tom
    Keymaster

    This is a feature in the upcoming version.

    For now you can use some CSS:

    .wp-show-posts-meta a,
    .wp-show-posts-meta a:visited {
        color: #FFF;
    }
    
    .wp-show-posts-meta a:hover {
        color: #DDD;
    }

    Hope this helps 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.