How do I import CSS styles so that they apply to all elements on the page?
I created an open direct link to a CSS file using GitHub and Google Drive and inserted it first into the “page HTML header” - it didn’t work, my HTML elements didn’t follow the style. Then I tried inserting the CSS direct link into the settings → metatags in the header - it didn’t work either.
Then I tried JS injection code, but nothing came out of it.
I could create an HTML reusable element that would hold this huge CSS style code, but considering that I have many HTML elements, I think this could affect the overall performance of the website, loading times, and so on.