Archived topic
changing the color of text in cover bloc
1 reply · Started by Zillay on February 4, 2019
Viewing posts 1–2 of 2
Hi,
i want to change the color of text appearing in the Cover Block from White to Black.
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/
This archived topic is closed to new replies.