Hi support
is it posible til change the font style of:
.avia-content-slider .new-special-heading h3 {
color: white;
font-size:26px;
}
to the default style of “special heading” container
Hi cabinplant!
Can you please post the link to your page and point out the special heading element that you would like to replicate?
Best regards,
Yigit
Hi Ygit
that is sadly not posible but is there a way that i can send a screenshot maybe?
it is the default style on “content – elements – Special heading” when you drag it in a “layout element” it lookes like this:
TEST: ——————————-
at the moment heading on my “content slider” is like this
TEST:
Hi,
I’m not sure I understand exactly what you mean, it’s difficult without seeing an actual page. But you can try adding the font you would like to the element by CSS in Quick CSS:
.avia-content-slider .new-special-heading h3 {
font-family:verdana, arial !important;
}
Regards,
Rikard