Okay
  Public Ticket #2721313
Text Block
Closed

Comments

  • Faye Pierce started the conversation

    How do I change the color of my paragraph text inside a text block?

  •  2,723
    Andrew replied

    Hi Faye,

    Please try this css:

    body, body h1, body h2, body h3, body h4, body h5, body h6, .masonry.material .masonry-blog-item .grav-wrap .text {
        color: #f9f9f9;
    }

    Thanks.