I have changed the font of the special heading with a custom CSS provided by you.
I also have removed the line with a custom CSS provided by you.
But i can not find a CSS or other method to center the special heading text.
body .av-special-heading {
font-family: ‘Montserrat’, sans-serif;
}
.special-heading-border {
display: none !important;
}
Hey thdevries,
You can set that in the element options, look for Heading Style. There is an option there to have it centered.
Best regards,
Rikard
When i look in the element options i only see that i can change the style of the heading.
When i do that the font is changing and i want to use montserrat.
Hi,
Thanks for the feedback. Please try this CSS instead then:
body .av-special-heading {
font-family: 'Montserrat', sans-serif;
text-align:center !important;
}
Best regards,
Rikard
i tried it but it doesn’t change it.
only the stripe is getting back.
i use this to get the montserrat font and to get rid of the stripe
body .av-special-heading {
font-family: ‘Montserrat’, sans-serif;
}
.special-heading-border {
display: none !important;
}
i need some css to make it center
Hi,
Try this code in the General Styling > Quick CSS field:
body .av-special-heading .av-special-heading-tag {
float: none!important;
display: flex;
justify-content: center;
}
Best regards,
Mike
thanks for the code, it did the trick
Great support and theme