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
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
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-shadow {
box-shadow: none;
}
Cheers!
Yigit
Hi!
You should edit your slider images and remove the top shadow.
Best regards,
Yigit
Thanks Yigit, my bad. Sorry :-)
/Michael