Hey heufti65!
Please try adding !important rule as following
.wp-caption-text {
display:block !important;
font-size:12px !important;
font-style:bold !important;
margin:0 auto !important;
padding:3px 10px 5px !important;
text-align:center !important;
font-family: "Roboto", arial, sans-serif !important; }
And flush browser cache after applying the code. If that still does not work, please try adding the code to Custom.css file inside Enfold/Css folder of your parent theme or Style.css file of your child theme if you are using one.
Regards,
Yigit
This was helpful! How do you remove italics from the captions? Thanks so much!
Hi,
Try to add this:
font-style: normal;
inside:
.wp-caption-text {
}
Hope this helps :)
Best regards,
Nikko