Change background color and text color of caption
Hi,
how can i change the text color to white and the text background to blue?
[Links visible only for registered users]
Thanks and Happy Easter
Hi,
how can i change the text color to white and the text background to blue?
[Links visible only for registered users]
Thanks and Happy Easter
Comments
Hi,
For that, you will have to use the following CSS code:
.image_frame .wp-caption-text{ color: #fff; background: #0f56a4; }Thanks