• Resolved lingadmin

    (@lingadmin)


    Hi, I want to change the font family for the table of content text. For the title, I wanted Georgia, and for the content, I wanted Roboto. How can I do that?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPJoli

    (@wpjoli)

    Hi,

    You need to add custom css to achieve this.

    To change the title font:

    #joli-toc .title {
        font-family: 'Georgia'; /*Set your font here accordingly*/
    }

    To change the content text font:

    #joli-toc li {
        font-family: 'Roboto';  /*Set your font here accordingly*/
    }

    Let me know if this works!

    Plugin Author WPJoli

    (@wpjoli)

    I will mark this topic as resolved.

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