[wordpress] Easy Custom Auto Excerpt Options 插件頭圖樣式修改

Easy Custom Auto Excerpt Options 插件頭圖樣式修改mark一下。

easy-custom-auto-excerpt.php 刪除一下代碼
if ( $options['image_width_type'] == 'manual' ) {
    $img_added_css .= "width:{$options['image_width']}px;";
}

style-frontend.css 刪除.ecae-image img部分
.ecae-image a,.ecae-image img{
    width: inherit;
    height: inherit;
    max-width: 100%;
}

另外增長自定義樣式在插件設置Additional CSS裏添加
..ecae-link{
    border-color:#db1010 !important; 
    background:#db1010 !important;   
    color:#ffff88 !important;
}
.ecae-link span {
    font-size:12px !important
}
.ecae-image {
    padding:0px 0px 12px 0px !important;
}
.ngg-singlepic{
    padding:0px !important;
}
.ecae-link{
    border-style:none !important;
}
.ecae-image {
    width: none !important;
}
.ecae-image img {
    width: none !important;
    height: none !important;
    max-width: none !important;
}
相關文章
相關標籤/搜索