This guide is intended for developers, freelancers, or agencies seeking to enhance their store’s design and functionality through custom code.
- CSS (Cascading Style Sheets) controls the layout, appearance, and design elements of your page. Think fonts, colors, margins, and positioning.
- JavaScript adds interactivity, such as animations, hover effects, dynamic content updates, and more.
Each element in GemPages is assigned a default CSS class name, making it simple to target and customize specific elements.
To locate the CSS class name of an element, simply select the element, right-click, and choose Custom Code.
How to Customize Element Styles with Custom CSS & JavaScript?
Step 1: Right-click on the element you want to modify and select Custom Code. This opens the panel where you can insert your custom code.
Step 2: Once in the Custom Code panel, you’ll see two tabs: CSS and JavaScript.
Select the CSS tab if you’re focusing on styling, or the JavaScript tab for adding interactivity.
Thank you for your comments