CSS for Image Widget
-
I have an image widget to the right of my blog. It’s a picture of me and I have a caption underneath. Is there any way in CSS that I can make this caption bigger (i.e. the font bigger and a different color- black). I appreciate any and all help! Thanks!
The blog I need help with is: (visible only to logged in users)
-
If you use a text widget with your picture and caption, you can easily edit how the caption looks:
-
You can do this, which targets image widgets text in general.
.widget_image p { font-size: 120%; }Or you can do this which will affect text in text widgets as well.
.widget p { font-size: 120%; }Edit 120% size declaration as desired.
-
-
- The topic ‘CSS for Image Widget’ is closed to new replies.