Edit caption text size in overlay

cnitsch / 2013-05-12 19:00:27   

Hey,
has anyone had any success in tracking down how to change font sizes for captions using Visual index and overlay?
i know that some formats override the style sheets, but i've tried a number of locations and nothing's working.
i haven't found anything in the forum that answers the question
I noticed that right now if i change the body text size, it also changes the captions.
so i obviously need to put in a specific style for the captioning.

  1. i tried sticking this in style.css, base.css, and overlay.css
  2. #img-container .captioning { font-size: 13px; }
cnitsch / 2013-05-12 20:08:37   

ok.
i found it!
to edit the title of the caption edit either the light or the dark theme in overlay.css
in my case, I edited the light theme on line 18

  1. .light-dialog #dialog-title { font-size: 13px; color: #000; }

to edit the caption description, in my case it was line 15

  1. .light-dialog #dialog-title { font-size: 13px; color: #000; }

I guess i was a little confused because of the order in overlay.css
i was searching for the title first and naturally thought that the description would follow below.

This thread has been closed, thank you.