• Resolved etjnc

    (@etjnc)


    It’s been a while since I updated this site, and I don’t see how to change the font for the 2 Slider boxes on the home page. I have another site with this theme and that font is different. Is this still an option to specify?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello, @etjnc!
    The Font style in Sliders is related to the General site body font, which you can change from the Customizing ? General ? Body… Body Font menu.

    Only the Pro theme has the ability to styling it, using the Customizer.
    https://prnt.sc/omc0p9

    Only way to change the Slider Font style in the free theme is to insert the following codes into Customizing->General->Additional CSS:

    /*Slider Titles*/
    #agama_slider h2.slide-title{
        font-family: Raleway, Helvetica, Arial, sans-serif;
    }
    /*Slider Button text */
    #agama_slider a.button{
       font-family: Raleway, Helvetica, Arial, sans-serif;
    }

    Change the Font Family per your needs.

    Regards

    Thread Starter etjnc

    (@etjnc)

    Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font in Sliders’ is closed to new replies.