If we make a child theme can we put all our Quick CSS in there? Would there be any advantage in doing so?
Many thanks,
Robert
Hi rpl_admin!
Yes you can do that. You may need to use the !important override sometimes. For example..
a { color: blue !important; }
As far as advantages go it may be easier to edit if you have a lot of CSS.
Regards,
Elliott