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?