Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    You can use the below class to style the title.

    thfaqf-faq-item .thfaqf-title-text {
    }

    For example,

    .thfaqf-faq-item .thfaqf-title-text {
        font-family: "Times New Roman", Times, serif;
    }

    Further, you can use the below class to style the content.

    .thfaqf-faq-item-content{
    
    }

    For example,

    .thfaqf-faq-item-content{
        font-family: "Courier New", Times, serif;
    }

    Hope this will help.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘How to change font’ is closed to new replies.