Descriere
This plugin will enable a custom css manager on administration page to add Custom CSS code to your WordPress website. It will automatically override any theme or plugin default styles. It also very useful if you want to add customization to your website but do not want to edit your theme or plugin css files.
It comes with two ways to add the custom css code:
1. Setting
You can go to Appearance → Custom CSS, then you will see a big box/textarea. Put your css code there.
2. Customizer – Live Preview
If you want to see the live preview while you adding the custom css code, then you can go to Appearance → Customize, after that open the Custom CSS section tab.
Features Include:
- No configuration needed
- Previzualizează live
- Easy-to-use
- Child theme alternative to add customization
- Uninstall procedure
Informații despre modul
- Developed by Theme Junkie
- Check out the Github repo to contribute.
Capturi ecran
Instalare
Din Panou control
- Autentifică-te în Panoul control WordPress și mergi la Module -> Adaugă modul
- Type theme junkie custom css in the search box and click on search button.
- Find Theme Junkie Custom CSS plugin.
- Apoi dă clic pe Instalează acum, după care activează modulul.
- Go to Appearance → Custom CSS.
Instalare via FTP
- Descărca modulul pe hard disk-ul tău.
- Dezarhivează.
- Upload the theme-junkie-custom-css folder into your plugins directory.
- Autentifică-te în Panoul control WordPress și dă clic pe meniul Module.
- Apoi activează modulul.
- Go to Appearance → Custom CSS.
Recenzii
Contributori și dezvoltatori
„TJ Custom CSS” este un software open-source. La acest modul au contribuit următoarele persoane.
ContributoriTradu „TJ Custom CSS” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.
Istoric modificări
0.1.6 – Feb 26, 2016
- Support WordPress 4.4.2
- Change text domain to
theme-junkie-custom-css
0.1.5 – 9/08/2015
- Fixed some selecter being striped
0.1.4 – 9/06/2015
- Support WordPress 4.3
- Update language
- Sanitize output with
wp_filter_nohtml_kses
to prevent user add any HTML code to the custom css
0.1.3 – 9/04/2014
- Tested for WordPress 4.0
0.1.2 – 8/26/2014
- Fixed:
stripslashes
error when using customizer.
0.1.1 – 8/18/2014
- Allow html entities in css selector eg.
#id > .class
0.1 – 4/20/2014
- Initial Release