I wish to change the colour and size of the text for the Home Page Services Feature Heading but am unsure what to input into the Styling Options/Custom CSS. I'l like the Heading to be centred in #8c8c8c colour and in H2 format.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_mid_content .featurebox h2 { color: red; text-align: center; font-size: 20px; } In place of "red" you can put your color or color code. You can change the value of "font-size" as per your requirement.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_mid_content .featurebox h2 { color: #8c8c8c; text-align: center; font-size:20px; } Thanks & Regards Gourav Shrivastava