Adapt themes

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
vision
Posts: 23
Joined: 01 Dec 2022, 05:35

Adapt themes

Post by vision » 26 Dec 2022, 11:51

Hi!
I want to overwrite default shop theme by updating: "public/vendor/shop/themes/default/aimeos.css" file. But site prefers styles from the screenshot. How can I force site to use "public/vendor/shop/themes/default/aimeos.css" file styles?
Laravel 9.19.
PHP 8.0.2
Attachments
23.png
23.png (51.38 KiB) Viewed 712 times

User avatar
aimeos
Administrator
Posts: 7914
Joined: 01 Jan 1970, 00:00

Re: Adapt themes

Post by aimeos » 28 Dec 2022, 20:59

The custom CSS variables are stored in the mshop_locale_site.config column, so you can remove them from there. Alternatively, you can remove adding the custom CSS for the base Blade file here (in your own copy):
https://github.com/aimeos/aimeos-larave ... hp#L22-L28
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

vision
Posts: 23
Joined: 01 Dec 2022, 05:35

Re: Adapt themes

Post by vision » 29 Dec 2022, 05:48

aimeos wrote: 28 Dec 2022, 20:59 The custom CSS variables are stored in the mshop_locale_site.config column, so you can remove them from there. Alternatively, you can remove adding the custom CSS for the base Blade file here (in your own copy):
https://github.com/aimeos/aimeos-larave ... hp#L22-L28
Thanks, it works!

Post Reply