Page 1 of 1

[SOLVED]Phoenix 1.0.8.4 user.css don't seem linked

Posted: Mon Jun 28, 2021 4:51 pm
by bitit
ok i'm working around with the latest phoenix version , but user.css don't work, in the sourge i can't find the string :

Code: Select all

<link href="templates/default/static/user.css" rel="stylesheet">
what i have forgotten?

Enrico

Re: Phoenix 1.0.8.4 user.css don't seem linked

Posted: Mon Jun 28, 2021 5:01 pm
by heatherbell
bitit wrote: Mon Jun 28, 2021 4:51 pm ok i'm working around with the latest phoenix version , but user.css don't work, in the sourge i can't find the string :

Code: Select all

<link href="templates/default/static/user.css" rel="stylesheet">
what i have forgotten?

Enrico
Read the file templates/default/static/user.css
It states "Please don't edit the original of this file. Instead copy into a template and edit the copy."
So, in admin>Configuration>My Store>Template Selection, select override and copy it into templates/override/static/ and make your changes there (unless you have another different template selected, in which case, copy it there.)
This information is in User Guide here: https://phoenixcart.org/phoenixcartwiki ... and_Colour

Re: Phoenix 1.0.8.4 user.css don't seem linked

Posted: Tue Jun 29, 2021 3:59 pm
by bitit
ok, Thank you , Perfect :)
Enrico