Hi, Fantastic theme! I am loving the updates.
I’m creating quite a few bits of custom CSS for a website. Does it make any difference if I put the custom CSS in the ‘Customising
Additional CSS’ section compared to putting them in my_custom.css and enqueuing it as detailed here: https://kriesi.at/documentation/enfold/add-custom-css/#enqueue-custom-css
I’d ideally like to be doing the most efficient way to increase page load times.
Many thanks in advance,
Hey Ben,
Thank you for the inquiry.
Either way should work fine but we recommend adding all your custom css in the Quick CSS field or in the style.css file within the child theme directory. All custom modifications in the Quick CSS field are loaded after the default stylesheets, so it is quite useful when you are trying to override or adjust the style of a certain element.
Best regards,
Ismael
Hey Ismael, thanks for the speedy reply. Much appreciated. :-)
I’m not sure I understand fully though. Is it best practice for speed to enqueue the custom CSS as detailed here: https://kriesi.at/documentation/enfold/add-custom-css/#enqueue-custom-css
Thank you so much.