Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #522185

    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

    #522336

    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

    #522337

    Hi Ygit

    that is sadly not posible but is there a way that i can send a screenshot maybe?

    #522339

    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:

    #522739

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.