adding CSS to Wordpress theme Generateplus

ShadowScavenger

Junior Member
Joined
Feb 18, 2024
Messages
185
Reaction score
50
If I add external css of my own in wordpress generatepress theme? Will it make my website slow ? or is it ok to add external css?
 
Last edited:
If your css includes a lot of url() functions which call large images then it could slow it down. Otherwise, css effect on speed is negligible.
 
I recommend using internal CSS files, as external files can slow down your website, and your pages won't be redeployed correctly until all CSS is loaded.
 
Back
Top