简体   繁体   中英

How to change font size in blogger photo caption

I have just changed templates on my blog and I cannot change the size of the caption text under the photos.

The template that I have is Awesome Inc. Here is my blog also if this helps https://mylittleblog-tes.blogspot.co.uk/

在此处输入图片说明

Here, this is one of the captions under an image:

<td class="tr-caption" style="text-align: center;">1η φωτογραφία για το 2017 και είπα να βάλω αυτό που ζωγράφισε <br>
η νονά μας στο πίνακα μας. Να έχουμε μια χρονιά γεμάτη υγεία, <br>
πολλά χαμόγελα και δημιουργικότητα.</td>

Here is the CSS for it:

td.tr-caption {
    font-size: 80%;
}

Change it to something like:

td.tr-caption {
        font-size: 1em;
    }

This is your first time here and that is ok but please before you ask a question next time, make sure to read this: HowToAsk . Also try finding a way to solve your problem and present multiple possible solutions and ways of how you have approached it, before asking a question.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM