In my Global CSS I’ve defined several classes e.g.:
.item_title {
font-family: “Open Sans”;
font-weight: 400;
color: #58595b;
font-size: 24px;
line-height: 28px;
margin-bottom: 12px;
}
.item_date {
font-family: “Open Sans”;
font-size: 16px;
font-weight: 700;
color: #58595b;
margin-top: 16px;
}
.item_body {
font-size: 15px;
text-align: left;
line-height: 22px;
color: #58595b;
margin-bottom: 0;
}
With Classic Elements like Classic Text I can use Class in the Inspector to set the style and that works fine. But when I select an V2 Element like Headline or Text and in Customize I select any of my defined classes in Class nothing happens. Bit lost how to make this work.
I tried
.item_title.x-text.x-text-headline
but that didn’t work and I’m also not quite sure why that should work.
Lennert