CSS changes only applying to the List page.

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!
afoster009
Posts: 16
Joined: 03 May 2016, 21:07

CSS changes only applying to the List page.

Post by afoster009 » 05 May 2016, 16:20

Hello i am trying to create custom styles for aimeos but it seems the only styles that are appearing are on the lsit page, upon clicking the details page or any other page within the shop no CSS changes are visible. I even went as far as to delete ever CSS file but for some reason styles are still applied.

The documentation isnt very informative in this regard.
Attachments
detail-view.PNG
detail-view.PNG (12.94 KiB) Viewed 2263 times
custom-on-list.PNG
custom-on-list.PNG (110.77 KiB) Viewed 2263 times

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

Re: CSS changes only applying to the List page.

Post by aimeos » 05 May 2016, 16:39

The default theme CSS files are in ./public/packages/aimeos/shop/themes/elegance/. To create a new theme or adapt the existing one, please follow this guide:
https://aimeos.org/docs/Developers/Them ... ing_themes

To use the your new theme, you must adapt the Aimeos base Blade template in ./resources/views/vendor/shop/base.blade.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply