Hello!
Would it be possible to remove the ‘frame’ around captioned pictures?
(As shown in picture attached.)
Thanks in advance!
Kind regards,
Stefanie
Hello!
Would it be possible to remove the ‘frame’ around captioned pictures?
(As shown in picture attached.)
Thanks in advance!
Kind regards,
Stefanie
Hi Stefanie,
Thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
figure.wp-caption {
border: 0;
}
Best Regards,
Movin
Worked perfectly! Thank you!
You are most welcome here