Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home_text table tbody tr td { background: red ! important; } In place of "red" you can put your color or color code. This will solve your issue.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home_text table tbody tr td p { font-family: symbol; color: red; } In place of "symbol" you can put your font and in place of "red" you can put your color or color code.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .home_text table tbody tr td p { font-size: 18px; } Thanks & Regards Gourav Shrivastava