Access to the EDIT+ Plugins CSS file Folder


(Nick Papadatos) #1

Squiz Matrix v5.3.4.2

Can anyone point me in the right direction or tell me how to get access to the EDIT+ Plugins CSS file Folder?

Looking at the source/reference it has /__data/… Matrix / SQUIZ don’t allow access to this directory?

I want to be able to add CSS files specific to those CC Templates - There shouldn’t be conflicts because the classes are unique to each CCT.

Cheers
N


#2

I wouldn’t fiddle with the default CSS file. Instead, create an override CSS file and link to it in your custom config file. You can see details on how to do it at https://matrix.squiz.net/manuals/edit-plus/chapters/css-customisations


(Nick Papadatos) #3

No, I never said I would fiddle with the CSS nor create an override CSS.
What I meant was what’s the best way to add css files based on CCT’s?

When you download Squiz’s CCT example it states
<link href="./?a=XXX" rel="stylesheet"/> <!-- MOVE THIS TO THE EDIT+ PLUGINS CSS FILE FOLDER -->

Reading the “how to” now makes sense.
Thanks
N