Where do I add my custom CSS?
Inside the options
- Theme Options → Style → Custom CSS
- Theme Options → Advanced → Custom CSS
Both option sections are actually one and the same, choose the one you prefer.
Inside the child theme
Custom CSS can also be added directly to the style.css
of your child theme. Depending on your setup, it can be required to increase the version of the child theme to see changes.
- flatsome-child
- style.css
Do not under any circumstance add CSS in the style.css
file of the parent theme! To keep your additions when you update the theme, always use the style.css
file of your child theme.