• Resolved willgraymagic

    (@willgraymagic)


    Hi

    Is there a way to change the text colour in the FAQ block its putting it in as grey and all my text is black.

    cheers
    Will

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @willgraymagic,

    Thank you for reaching out!

    At this time, there is no such functionality in the FAQ block, unfortunately. However, you can style it using CSS:

    .schema-faq.wp-block-yoast-faq-block {
        color: black;
    }

    You can add this CSS code under Appearance → Customizer → Custom CSS field or in your style.css file if you are running a childtheme.

    Thread Starter willgraymagic

    (@willgraymagic)

    Hi Jeroen

    Thats spot on thanks.

    Cheers
    Will

    • This reply was modified 5 years, 11 months ago by willgraymagic.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text colour in FAQ block’ is closed to new replies.