Advanced: Custom Section Templates
14 min read
Eevy AI sections are designed to look great out of the box with minimal configuration. But for stores with specific brand guidelines or unique design requirements, deeper customization is available through CSS variables, the theme editor integration, and direct CSS overrides.
This guide is for store owners and developers who want pixel-perfect control over how Eevy AI sections appear. It assumes basic familiarity with CSS.
Understanding the CSS Variable System
--eevy-[section]-[property]. For example: --eevy-review-card-bg, --eevy-review-card-border-radius, --eevy-review-star-color. You can view all available variables for a section by inspecting it in your browser's developer tools — they are all declared on the section's root element.Customizing Through the Theme Editor
Advanced CSS Overrides
#eevy-review-slider, #eevy-review-carousel, #eevy-review-grid, etc. Example: to add a subtle shadow to review cards in the slider, use #eevy-review-slider .eevy-review-card { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }. Always scope your CSS to the specific section ID to avoid affecting other sections on the same page.Typography and Font Matching
#eevy-review-slider { font-family: "Your Custom Font", sans-serif; }. Font sizes, weights, and line heights can be adjusted via CSS variables: --eevy-review-body-font-size, --eevy-review-body-font-weight, --eevy-review-heading-font-size.Responsive Customizations
@media (min-width: 1024px) { #eevy-review-grid { --eevy-grid-columns: 4; } } @media (max-width: 1023px) { #eevy-review-grid { --eevy-grid-columns: 2; } }. Test responsive customizations on real devices — browser emulators do not always match actual mobile rendering.Limitations and Genetic Algorithm Considerations
Wrapping Up
Related Guides
Setting Up Your First Review Section
Choose a layout type, configure settings, and publish review sections to your product pages.
OptimizationReview Display Best Practices
How many reviews to show, which layout for which product type, and mobile considerations.
FeaturesHow Layout Testing Works in Eevy AI
Select layouts to test, understand generations, and read performance data.
Ready to optimize your social proof?
Install Eevy AI, import your reviews, and let the genetic algorithm find the layouts that convert best for your store.
Get started with Eevy AI