11/JUL/2023 - IBE custom CSS

Dear Customers,

We would like to update you on a new functionality added for the IBE customization which will allow you to add CSS style from the system instead of using your Google Tag Manager (GTM) account.


You can now go to IBE > Custom styles sub-module and add new CSS for your website homepage or specific content pages.

This sub-module will allow you to add any <style> element:



Examples to affect all pages:

body[data-ibeall="any"]
{
background-color: #97c8f8;

}

You can also add it for a specific element:

ul.dateFrame_calendar a:not(.disabled)
{
color: green;
}

Example to affect specific page:

body[data-ibepage="SignUp_page"]
{
background-color: #f8d197;
}

You will be able to find the specific element data-ibepage in any of the content pages of the website.

If you have any questions or require additional information regarding this new option please submit a support ticket directly or contact us at support@aerocrs.com 
Have more questions? Submit a request

Comments

Powered by Zendesk