Home › Forums › Support › Captions font size This topic has 5 replies, 2 voices, and was last updated 7 years, 3 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 29, 2016 at 9:36 am #176114 Ornulf Hjort-Sorensen 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 February 29, 2016 at 9:52 pm #176192 TomLead Developer Lead Developer 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/ March 1, 2016 at 12:50 am #176232 Ornulf Hjort-Sorensen Thanks ๐ – and if I would make the font italic? March 1, 2016 at 11:27 am #176367 TomLead Developer Lead Developer You could do this: .wp-caption-text { font-size: 20px; font-style: italic; } March 1, 2016 at 11:57 am #176398 Ornulf Hjort-Sorensen Beginning to grasp it. Thanks again! March 1, 2016 at 11:58 am #176399 TomLead Developer Lead Developer No problem ๐ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In