Font larger and background rounded
Hi there,
two questions:
- How do I make the left font bigger
- how do I get the right background (gray) rounded
thanks
Hi there,
two questions:
- How do I make the left font bigger
- how do I get the right background (gray) rounded
thanks
Comments
Hi,
1) Please, use the following CSS code:
.image_frame .wp-caption-text{ font-size: 17px!important; }2) Open the element options, and in Advanced -> Border set border-radius.
Thanks