Hi Quang,
This issue is happening because your theme’s css styles are overriding the styles generated by our plugin. You need to create more specific font controls for your website. To create a control just go to Settings > Google Fonts, give your font control a name, add the appropriate CSS selector and save the control. It will then become available in the customizer.
Here are some to get you started:
Navigation: .navbar-default .navbar-nav > li > a
Page Titles: .qua_post_title_wrapper h2
Paragraphs: .qua_blog_post_content p
List Items: .qua_blog_post_content ul, .qua_blog_post_content ol
Homepage Box Headers: .qua-blog-area .qua-blog-info h2
Footer: .qua_footer_area p
You generally need to have some knowledge of your themes CSS selectors to get the most out of this plugin. If you don’t have this knowledge then any basic developer should be able to give you a hand with it. Let me know how you get on. Cheers
Sunny
Hi Sunny,
That work really well!Thank you so much!
Just one more question: what is the CSS for page heading?
Thanks,
Quang.
Hi Quang,
The CSS for page headings in your theme is: .qua_page_heading h1
Sunny