Hello Priya, Where do I change the font of the two circled spaces and how do I change the italic? Pls advise. Regards., Steven
Hello Steven, Greetings from InkThemes! To change the italic, Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content_info h1 { font-style: inherit; } To change font of the text, code is given below.. Code: .feature_inner_box .feature_title { font-family: Sans-Serif; } .content_info h1 { font-family: Sans-Serif; } Change the font to your desired one... Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Do you mean, like this: .feature_inner_box .feature_title { font-family: Verdana, SANS-SERIF; } .content_info h1 { font-family: Verdana, Sans-serif; }
No Steven, Just simply put Sans-Sarif font in the code, like this: Code: .feature_inner_box .feature_title { font-family: Sans-Serif; } .content_info h1 { font-family: Sans-Serif; } Thanks & Regards! Priyanka InkThemes.com
No Steven.. It just a common misunderstanding with fonts... Always free to ask your issue... Thanks & Regards! Priyanka InkThemes.com