CSS will not load every time a page is loaded
I took the CSS from a theme and changed it by adding needed css and removing other parts of the css.
Now when a page is loaded, the css either loads or doesnt. It is all or nothing.
I dont want to have to tell my customers to refresh the page when the css doesnt load. This would be a lot of customers to tell.
Is there a setting in APEX which will load my custom CSS.
I have the changed CSS under Shared Components >> Cascading Style Sheets.
I call this way:
Under Shared Components>Templates>14.Modern Theme
in the Definition >> header section of the edited theme, I placed the following code so that it is pulled into every page of the website.
<link rel="stylesheet" href="#WORKSPACE_IMAGES#ct1.css" type="text/css">
Is there a better way of doing this.....?
Is there a apex server setting that may need to be changed...?
Any help would be appreciated!