Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featured_content p{ color:red; font-size:15px; } Thanks & Regards Gourav Shrivastava
Hello, Paste the code given below also in the Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .fullwidth-col p { color:red; font-size:15px; } In place of "red" you can put your color or color code and you can adjust the value of "font-size" as per your requirement. This will solve your issue.