Gallery Caption Font Size

Posted in: Newspaper
Post count: 101

Hello… I created gallery article and uploaded 10-15 images on gallery but the caption text font is very small.. How I can increase it?

Please help me.

  • This topic was modified 7 years by jalewa.
Post count: 101

Is there anyone to reply??

Post count: 35449

Hi,

You can do that by add a css, go in Newspaper> Theme panel > Custom code > Custom CSS and ad this css:
.wp-caption-text{
font-size: 16px;
}

You can put any size you like .
https://www.screencast.com/t/vN4mJuqtJ

Thank you.

Post count: 101

I did it… but the caption font size is not increasing

Post count: 35449

Hi,

Please place here your gallery url address, to can take a look at it.

Thank you.

Post count: 101

Check here:https://www.jalewa.com/bollywood-celebrity-house-you-aways-wanted-to-see/

One more issue when I visit gallery article in first it doesn’t show gallery I have to refresh again the page to see the gallery in full.

Post count: 35449

Hi,

Now I see, you use TagDive Slide Gallery, that’s way the css I give you don’t work, because is not a normally gallery.
Please replace the above CSS code with this one:

.td-gallery-slide-copywrite {
font-size: 16px;
}

Thank you.

Post count: 101

thanx it works perfectly…

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.