hi guys,
how can i change the letter spacing of the text inside the blue content band boxes?
thank you in advance!
have a nice day! 
hi guys,
how can i change the letter spacing of the text inside the blue content band boxes?
thank you in advance!
have a nice day! 
Hi There,
Please add the my-headline class to your custom headlines.
After that add this custom CSS under Theme Options > CSS:
.h-custom-headline.my-headline {
letter-spacing: 1px;
}
Hope it helps 
hi,
thanks for the quick reply! 
how exactly do i add the my-headline class?
thank you!
hi again,
sorry, i have another question: the post slider shows category, date and blog post title.
but i would rather like to only show the post title.
is that possible?
thanks! 
Hi @birnehelene,
As for the headline, please inspect your headline in the builder and go to customize section and add your my-headline class into Class input field.

As for post meta, please add this CSS to your global custom CSS.
.category .featured-meta {
display: none;
}
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.