[Support request] changing the color of text in cover bloc

Home Forums Support [Support request] changing the color of text in cover bloc

Home Forums Support changing the color of text in cover bloc

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

    Hi,

    i want to change the color of text appearing in the Cover Block from White to Black.

    #801665
    Leo
    Staff
    Customer Support

    Hi there,

    The styling of those blocks are actually handled by WordPress and not GP.

    You can try this CSS:

    .wp-block-cover .wp-block-cover-text {
        color: #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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