• Resolved kd6563

    (@kd6563)


    The color of caption text font is too dark. I already tried to change it with custom CSS below but that didn’t work. What would be the correct way to change the color?

     .wp-figcaption figcaption { 
         color: #f5f5f5;
     }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Kavya Gokul

    (@properlypurple)

    Hey @kd6563 ! Please try the following css to change the caption color for all blocks that support captions.

    [class^="wp-block-"] figcaption {
    color: #f5f5f5;
    }
    Thread Starter kd6563

    (@kd6563)

    Thank you so much, this worked! ??

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