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

Open to all! Ask other shopowners for help.
Post Reply
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

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

Post 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
Last edited by bitit on Wed Jun 30, 2021 8:50 am, edited 1 time in total.


Join The Code Co-op to get access to your library in the Code Co-op Forum
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

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

Post 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
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

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

Post by bitit »

ok, Thank you , Perfect :)
Enrico


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply