Joomla使用Jfusion Gallery2插件,frameless模式下,字体变小的解决

Gallery2使用了Matrix主题,这个主题的css里面有这样一段文字:

#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #333;
background-color: #fff;
}

在使用frameless方式的时候,从joomla中看到的字体变得很小。可以把font-size这行注释或者改为100%。

其他主题如果也有类似情况,可以通过同样方法更改.找到相应的主题css文件: gallery2/theme/<theme_name>/theme.css

#gallery {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 62.5%;color: #333;background-color: #fff;}

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>