<a href="#t1">1. Navigate to the "Custom CSS" sub menu item</a>
<a href="#t2">2. Enter some custom CSS code</a>
<a href="#t3">3. Preview and/or publish the changes</a>
In Grenadine Event Manager, select an Event and then and navigate to Publishing → Website Customizations → Custom CSS
To customize the title’s display, simply click on the “Edit” button. From there you can enter CSS to per example customize the color of the title:
</p>
<p># Example: change the event title color on the Homepage</p>
<p>.big-event-name
{
color:#bf1f40;
}</p>
<p># Example: hide the event title on the Homepage
.big-event-name
{
display: none;
}
Once the code is saved, you can preview the changes by clicking on the “Preview” button right next to the “Custom CSS” page title.
Once ready to update the event website, click the “Publish” green button right next to the “Custom CSS” page title.
Do not forget to click the “Publish” green button or your changes won’t be reflected.
← Help Center