Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1399196

    Hi,

    Can someone please explain how I can add a bespoke font for a testimonial element?

    Thank you.

    #1399202

    install your font. – Give a custom-class to your testimonial ALB ( this custom class will be on the testimonial wrapper container) .
    Choose the selector that fits for you.
    means decide if you like to have that font only for the avia-testimonial-content or for the whole avia-testimonial_inner etc.

    f.e.:

    #top .avia-testimonial-wrapper.custom-class .avia-testimonial-markup-entry-content {
      font-family: "brush script mt" !important;   /*** see what your bespoke font is named ***/
    }

    see ( a different font only for the testimonial ( not meta etc. ): https://webers-testseite.de/testimonial-styling/
    The code on that page is only for that specific styling there

    #1399238

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

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