开发者 | madebyguerrilla |
---|---|
更新时间 | 2016年2月10日 02:32 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.4.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Yes, I do have plans on adding more options for this plugin. For instance, I plan on adding a page in the WordPress admin panel for you to be able to edit the CSS so the author box can be styled to fit with your theme design.
As of version 1.3, the css is contained in it's own style.css file within the plugin folder instead of directly added to the html of your web page. You can copy/paste the below css codes into your themes CSS file and adjust them accordingly in order to override the css that's been added with the plugin. .guerrillawrap { background: #f8f8f8; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; border: 1px solid #d0d0d0; float: left; padding: 2%; width: 100%; } .guerrillagravatar { float: left; margin: 0 10px 0 0; width: 10%; } .guerrillatext { float: left; width: 84%; } .guerrillatext h4 { font-size: 20px; line-height: 20px; margin: 0 0 0 0; padding: 0; } .guerrillatext p { margin: 5px 0 12px 0; } .guerrillasocial { float: left; width: 100%; } .guerrillasocial a { border: 0; margin-right: 10px; }