Archived topic
Creating a CSS archive
3 replies · Started by COINSI SAS on November 1, 2019
Hi guys,
I understand I can edit CSS into the wordpress editor, creating a plugin or editing the style.css file (not recomended). So, I need to know if can I create a new folder into CPANEL with another file called mycss.css?
Would be as a custom plugin created by me. How can I do this process?
Hi there,
the best way is to use a Child Theme:
https://docs.generatepress.com/article/using-child-theme/
The article above provides you with a link to a blank starter child theme. Which includes its own style.css file where you can your own CSS.
Great David ! I'm going to check this option.
You're welcome