[wordpress] Easy Custom Auto Excerpt Options 插件头图样式修改
Easy Custom Auto Excerpt Options 插件头图样式修改mark一下。
style-frontend.css 删除.ecae-image img部分
width:
inherit;
height:
inherit;
max-width:
100%;
另外增加自定义样式在插件设置Additional CSS里添加
border-color:#db1010
!important;
background:#db1010
!important;
color:#ffff88
!important;
font-size:12px
!important
padding:0px 0px 12px 0px
!important;
padding:0px
!important;
border-style:none
!important;
width: none
!important;
width: none
!important;
height: none
!important;
max-width: none
!important;
easy-custom-auto-excerpt.php 删除一下代码
$img_added_css .=
"width:{$options['image_width']}px;";
if ( $options['image_width_type'] == 'manual' ) {
}
.ecae-image a,.ecae-image img{
}
..ecae-link{
}
.ecae-link span {
}
.ecae-image {
}
.ngg-singlepic{
}
.ecae-link{
}
.ecae-image {
}
.ecae-image img {
}