Sometimes you may find yourself needing to add Custom CSS in your WordPress site.
Method 1: Adding WordPress Custom CSS Using Child Theme
All you need is to add your css code to listimia-child/style.css
Method 2: Adding Custom CSS Using Theme Customizer
- Visit the Customizer (Appearance → Customize)
- Click on the Additional CSS section
- Add your css code.
All the changes you make in Customizer will be immediately displayed in the theme preview. However, these changes will not be saved until you press the [Publish] button.