I would like to change font size of caption bigger outside of the image, but I don't see any option to do it. Does anyone know it?
Thank you.
I would like to change font size of caption bigger outside of the image, but I don't see any option to do it. Does anyone know it?
Thank you.
You can try that see if it works.
Site back office > Appearance > Customize > CSS
/*Changes the size of caption font*/
figcaption {
font-size: large;
}
Where is a gray bar which we used to have here? Did they took out?
hi Tomoko ...
yes, the search bar is now the magnifying glass ...
L👀ks like Lisa's icon ... 🔎 ... has got it for you ...
keep well, cheerio ... :)
Hi, now it is a while bar when you click the magnifying glass to carry on a search.
Magnifying glass top menu.
See more comments
Where is a gray bar which we used to have here? Did they took out?
hi Tomoko ...
yes, the search bar is now the magnifying glass ...
L👀ks like Lisa's icon ... 🔎 ... has got it for you ...
keep well, cheerio ... :)
Hi, now it is a while bar when you click the magnifying glass to carry on a search.
Magnifying glass top menu.
See more comments
You can try that see if it works.
Site back office > Appearance > Customize > CSS
/*Changes the size of caption font*/
figcaption {
font-size: large;
}