- Issue created by @tzsl
- Assigned to flashwebcenter
- Status changed to Fixed
11 months ago 8:57pm 10 February 2024 - 🇺🇸United States flashwebcenter Austin TX
It seems like you've found a solution by adding specific rules in your subtheme.css that targets the rows for striping and applies the colors you want. Also You can use the defined variable for page-wrapper.
.solo-table-all th {--r-bg:#0b1b39;--r-tx:#e2ebfa;} .solo-table-all tr:nth-child(even) {--r-bg:#b8caf9;} .solo-table-all tr:nth-child(odd) {--r-bg:#5385df;}
Good luck with your production deployment! It's always exciting to launch a new or updated site, and If you have any last-minute concerns or questions, feel free to ask.
Best Wishes,
Alaa - 🇺🇸United States flashwebcenter Austin TX
I've introduced three variables to customize table backgrounds within the theme. These can be adjusted through Solo settings at your-site.com/admin/appearance/settings/solo. Navigate to "Global Site" and then use the CSS Injector to tailor these variables as desired:
#page-wrapper { --solo-odd: white; --solo-even: #f1f1f1; --solo-thead: gray; }
Automatically closed - issue fixed for 2 weeks with no activity.