• Resolved mer

    (@merettekuijt)


    Hi There,

    It does not show the name of the people at the bottom of the quotes.
    Is there a way to make these black or grey so they are displayed on the white background.
    Quoted text itself is displayed, just not the name of the person you are quoting.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there!

    I would check first if you can change the color directly in the block settings but if you don’t, you can add this piece of CSS:

    blockquote cite {
        color: #a0a0a0;
    }

    The word Testimonials is also white and I would also encourage you to change that directly in the editor, from the block settings. You may add this code instead, but please note that it will affect all H4 headings:

    h4 {
        color: black;
    }

    You can adjust the color to your liking by replacing the word black or the color code to any other of your choice.

    Thread Starter mer

    (@merettekuijt)

    Thank you. The testimonials I should be able to adjust in the block setting. Unfortunately the quote name cannot be adjusted from there. Thanks for your help!

    Was it the quote color or text that you’re needing help with? Perhaps we misunderstood.

    Thread Starter mer

    (@merettekuijt)

    It worked so I got all I need here!
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text color of quoted people names’ is closed to new replies.