Page 1 of 1

One change to make your site more beautiful

Posted: Fri Apr 04, 2025 12:04 pm
by burt
1. open up /templates/{whatever_template_you_use}/static/user.css
If this file does not exist, create it
2. add the following .css code to that file

Code: Select all

@view-transition {
  navigation: auto;
}
Reload your shop side, and wonder at the marvel of CSS.

Re: One change to make your site more beautiful

Posted: Sat Apr 05, 2025 12:29 pm
by rupruprup
awesome, this looks great