Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Hello rodolpheb,

    Every theme select different different font for wp site design. But in WordPress there no function is available to detect theme default font style.

    SO that’s why we have provide custom css filed to user to add custom css for FAQ.

    You can add theme font style on FAQ using custom css codes. Let m know if you will need my help to find exact css for apply your theme font style on FAQ.

    Thanks

    Thread Starter rodolpheb98

    (@rodolpheb98)

    HI

    Thanks for your reply.

    I understand but How do other developer?
    (woocommerce, Yikes Custom Product Tabs for WooCommerce, …)

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello Rodolphe,

    Please add below custom css code in your faq custom css filed for aply your theme font style on FAQ.

    #wpsm_accordion_1466 .ac_title_class{
    font-family : "Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif !important ;
    }
    #wpsm_accordion_1466 .wpsm_panel-body{
    font-family : "Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif !important;
    }

    Try it and then let me know.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nice plugin but, Why a different font?’ is closed to new replies.