Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Change font family style on Fusion Slider
Tagged: fusion slider, custom css, font, heading, H1, slide heading
Hi folks,
I was hoping if someone could help me with css for changing font family style on fusion sliders, I’ve looked every where for it and can’t seem to find it.
Try adding something like this to your Child Theme’s custom CSS.
.slide-content h1 {
font-family: Arial;
}
This CSS will set the font to Arial for all the h1 tags I have in my Fusion Slider content area. Replace the h1 with whichever h-tag you decide to use. Replace Arial with the font face you want to use.
Good luck!