简体   繁体   English

如何更改博主照片标题中的字体大小

[英]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/我拥有的模板是 Awesome Inc。如果这有帮助的话,这也是我的博客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:这是它的CSS:

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 .这是您第一次来这里,没关系,但是在您下次提问之前,请务必阅读以下内容: 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.在提出问题之前,还要尝试找到解决问题的方法,并提出多种可能的解决方案和解决方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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