如何使我的评论框更改字体大小 [英] How Do I Make My Comment Boxes Change Font Size

查看:282
本文介绍了如何使我的评论框更改字体大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使主索引页面的注释框加载与所有其他页面不同的字体大小。所有页面的css文件都相同。数据库也一样!

ie

comment_text {

font-family:arial;

font-尺寸:1.0em;

}



谢谢!

how do i make my comment box for main index page to load with a different font size from all other pages. the css file is the same for all the pages. the database is the same too!
i.e
comment_text {
font-family: arial;
font-size: 1.0em;
}

Thank you!

推荐答案

为身体风格添加以下代码



add below code for body style

body{
     font-family:Verdana, Geneva, sans-serif;
     font-size:0.8em;
}

<pre lang="css">comment_text {
     font-family: arial;
     font-size: 1.0em;
     color:#f00;
}





试试这个,如果你需要我更多的帮助,请告诉我。



Try this one and let me know if you need more help from me.


这篇关于如何使我的评论框更改字体大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆