开发者 |
mosheeshel
Activetrail |
---|---|
更新时间 | 2014年10月29日 17:36 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.5.1 |
版权: | GPLv2 |
CSS styling can be done very easy by applying basic CSS override rules by adding a activetrail-custom.css into your theme folder and it will be automatically included after the main plugin css. In that .css file you can write css rules, for example the color of the submit button border to red, by simply writing this line: body .atrail .btn { border:1px solid red; }