• Resolved jfr080

    (@jfr080)


    Hi,

    I am quite a newbie and need help with changing the font of the accordion titles and texts to Montserrat.
    The rest of the page I am creating is in Monstserrat so I would look nicer.
    What do I put in “Custom CSS” to make the change?

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi @jfr080,

    Put the below CSS to the plugin Setting > Custom CSS field to change the Title and Text to Montserrat.

    .sp-easy-accordion .sp-ea-single .ea-header a{ 
       font-family: Montserrat !important; 
    } 
    .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{
    font-family: Montserrat !important; 
    }

    Hope the above CSS helps.

    Thank you so much!

    Thread Starter jfr080

    (@jfr080)

    Thank a lot for your help, but it doesn’t seem to make any difference.
    Could there be some sort of general CSS overriding the Custom CSS?
    The text remains Helvetica…

    shorturl.at/rxJL1

    Thread Starter jfr080

    (@jfr080)

    No further ideas why the CSS doesn’t work?

    Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi @jfr080,

    Sorry for being late to reach you.CSS should work. Please try again to put the above CSS to the plugin Setting > Custom CSS field to change the Title and Text to Montserrat. If it doesn’t work then please share your reference link so that we can inspect and provide you with an exact CSS.

    Thank you so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font with CSS’ is closed to new replies.