per page styling

Support forumCategory: Questionsper page styling
randomdroid asked 4 years ago
i was planing to make different pages for all the offers at our salon, and since i cant pre-populate ea-form with a url, i thought about putting ea-form on custom offer pages, with shortcode customization to preselect options.   now the custom pages will different styling based on theme, i was wondering if ea can be customized per page?
1 Answers
Nikola Loncar Staff answered 3 years ago
Hi, you can add styles based on page just make sure that you order CSS classes right. For example each page can have custom class parent. Then you can write custom css inside EA Settings > Custimize page. For example:
.page-1 .ea-bootstrap { ... } .page-2 .ea-bootstrap { ... } ...
Best regards, Nikola