Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #269648

    Hi, I’m wondering if you can please help me replace the Special heading with a custom font? I want to have a nice handwriting font for the special heading and I’ve managaed to change it to Brusch script by specifying that font family. However, Brush script isn’t very pretty in my opinion and maybe there are better handwriting fonts in Google Fonts or similar? Can this be done? The code I’ve used for now is:

    body .av-special-heading.classic-quote > * {
    font-family: Brush Script MT,”Droid Serif”,Georgia,Times,serif;
    }

    Hope you can help with this, thanks.
    /Michael

    #269713

    Hey Michael!

    Have you already included the font?
    http://css-tricks.com/snippets/css/using-font-face/

    I think the code should be:

    body .av-special-heading {
    font-family: "Brush Script MT",”Droid Serif”,Georgia,Times,serif;
    }

    Best regards,
    Josue

    #269980
    This reply has been marked as private.
    #269981

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-shadow {
    box-shadow: none;
    }

    Cheers!
    Yigit

    #269988
    This reply has been marked as private.
    #269992

    Hi!

    You should edit your slider images and remove the top shadow.

    Best regards,
    Yigit

    #270027

    Thanks Yigit, my bad. Sorry :-)

    /Michael

    #270029

    Hey!

    No worries Michael :) Glad we could help!

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Special heading custom font’ is closed to new replies.