Where is "/index.php/tools/css/themes/default/main.css"???
Permalink
I've modified the Default theme that comes with 5.5.2.1 and uploaded/overwritten main.css to /concrete/themes/default.
When I load the page and View Source the URL tells me the file is here: /index.php/tools/css/themes/default/main.css
Where is this directory??
When I load the page and View Source the URL tells me the file is here: /index.php/tools/css/themes/default/main.css
Where is this directory??
Thanks for the reply. The problem actually turned out to be that now that I updated (from concrete5.5.2.1 to concrete5.6.3.1) the site is running off the files in /concrete/updates/concrete5.6.3.1. This was discovered by grepping for a string I knew was in main.css, finding all instances of it, making a change/uploading and seeing which file's change was propagating to the website.
:)
Glad you worked it out.
Glad you worked it out.
You saw the URL ;
/index.php/tools/css/themes/default/main.css
So start by looking for it ( ignore the index.php part )
tools/css/themes/default/main.css
i.e. look for a tools subfolder, then a css subfolder , then themes, the default, then main.css