Hi everyone,
First of all: I'm a big fan of the work you are doing. I'm working on a webshop with Phoca Cart and Phoca Premiere, but I would like to customize the colour scheme to make it more fit in with the house style of the (separate) company website. I've tried editing the template.css but, for some reason, it won't make a difference. I noticed there's a minified and .gz version as well. Which file is used by the template?
At the same time, the template attributes are placed in the beginning and the end of the CSS file.
Could you give me some more info on how to customize the template?
Thanks!
Phoca Premiere customization
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Premiere customization
Hi, just use user.css for custom css in the template:
media/templates/site/phoca_premiere/css/user.css
and add your own colors to CSS variable names: e.g. instead of red the orange one:
media/templates/site/phoca_premiere/css/user.css
and add your own colors to CSS variable names: e.g. instead of red the orange one:
Code: Select all
:root {
--phoca-color-secondary: orange;
}
If you find Phoca extensions useful, please support the project