- Issue created by @dpauli
- Assigned to flashwebcenter
- Status changed to Fixed
5 months ago 6:39pm 23 June 2024 - πΊπΈUnited States flashwebcenter Austin TX
Hello,
The theme uses variables to apply backgrounds and colors. To make any div or section transparent, follow these steps:
- Inspect the element using a web browser extension like Google Chrome's Developer Tools to get its ID or class name.
- Apply the transparent value to this element and use the #page-wrapper ID to override the variable.
For example, to change the background color of the top container, use the following code in the CSS injector or dynamic CSS section of the active theme settings:
#page-wrapper .top-container {--r-bg: transparent;}
Best wishes,
Alaa Automatically closed - issue fixed for 2 weeks with no activity.