Styling a CMS block individually
Last updated
Was this helpful?
Last updated
Was this helpful?
You can style a specific CMS block using CSS by assigning a custom CSS class in the block settings and defining the desired styles either in your stylesheet or within your theme configuration.
Click on the desired CMS block to select the CMS block (1).
Switch to the "Block settings" tab in the sidebar on the right (2).
Open the "Layout" section (3).
Enter your own CSS class in the "CSS classes" configuration (4).
Tip: Separate multiple classes with a space.
Save the changes to your Shopping Experience.
After reloading the storefront, your styling should now be applied to the CMS block.
You can find more information on how to add CSS styles in the following instructions:
Individual customizations by means of CSS