Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
There are many ways to edit CSS in Wordpress, first of all you need to decide if you want to override on the old CSS code or remove the old and add new.
For override on the old CSS the best way by go to Appearance->customize->Additional CSS then write your CSS code in there, this way will save your code on the database instead of edit directly on theme code, the benfit from this to keep your theme code clean and if you move the theme to another website, your custom CSS code will not be there.
For remove the old and add new go throw theme CSS files and edit the code, but I dont prefer this way insted of that I prefer creating child theme or create new CSS file to override the old CSS code.
YourWordPress theme has a CSS file that holds all of these style rules. The easiest way to edit your CSS file is to visit Appearance → Editor from your WordPressdashboard. You'll want to open the style.css file (which should be open by default
you can edit through the custom CSS
Appearence -> Custom CSS
Appearance > Editor > style.css
After logging into Wordpress Dashboard select Appearance > Edit to edit active wordpress theme CSS file.
The easiest way to edit your CSS file is to visit Appearance → Editor from your WordPress dashboard. You'll want to open the style.css file (which should be open by default). This is your stylesheet
I'm not a WordPress person, but I can answer that much ...
It's simple really, all you need to do is visit your wordpress dashboard, and go to Appearance => Editor then you just need to add your rules in the style.css file.