Archived topic
Captions font size
5 replies · Started by Ornulf Hjort-Sorensen on February 29, 2016
Anyone know how I can adjust my captions font and size?
Got a script for CSS from Tom in order to set captions on white background under photos, but can't see anything there.
Site: http://www.sinnamagasinet.no
You can adjust the caption text with this CSS:
.wp-caption-text {
font-size: 20px;
}
The only page I see a caption on is this one: http://www.sinnamagasinet.no/2016/02/her-skjer-det-noe-snart/
Thanks :-)
- and if I would make the font italic?
You could do this:
.wp-caption-text {
font-size: 20px;
font-style: italic;
}
Beginning to grasp it.
Thanks again!
No problem :)
