user.css not changing anything
Posted: Sat Sep 23, 2023 4:41 am
Hi,
I am going through the CSS tutorial at https://phoenixcart.org/phoenixcartwiki ... and_Colour and have applied the changes as shown in the tutorial but it is not changing anything ... am i missing something;
I am using 1.0.8.20
and saving changes in templates/default/static/user.css
this is what I have done just to see it it will change anything;
but nothing is changing when I refersh my website.
I am using an add-on but that does not seem to control css at all so i dont think it has anything to do with that.
any thoughts? is there anything I need to check?
I am going through the CSS tutorial at https://phoenixcart.org/phoenixcartwiki ... and_Colour and have applied the changes as shown in the tutorial but it is not changing anything ... am i missing something;
I am using 1.0.8.20
and saving changes in templates/default/static/user.css
this is what I have done just to see it it will change anything;
Code: Select all
.breadcrumb {
background-color: red !important;
}
.is-product .cm-pi-price .display-4 {
font-size: 1rem !important;
}I am using an add-on but that does not seem to control css at all so i dont think it has anything to do with that.
any thoughts? is there anything I need to check?