Hello, I changed the overall font of my road fighter theme, but the bulletlists didn't change. Can you please tell me how to change the fonts of the bulletlists? In this link you see on the bottom of the page a bulletlist with another font than the other text: http://kinderfysiotherapieheerhugowaard.nl/zorgaanbod/sportblessures/ Thank you! Patrick
Hello Patrick! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: span { font-family: calibri !important; font-size: 16px !important; } Thanks, Praveen
Hello Praveen, Thanks for your quick reply. Unfortunately pasting the code didn't change anything. Patrick
Hello, Greetings from InkThemes, You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS field and try to cut paste the given below CSS code there. Code: li { display: list-item; font-family: calibri !important; font-size: 16px !important; font-weight: 200; } Hope this will resolve your issue. Do let me know if you need more assistance, I would be glad to assist you further,