Praveen see - http://www.ricardsecurities.com.au/policies-principles/ I'd like to change the colour of the page header and the font, size and colour of the text in the body of the page. I don't want any changes made on this page to automatically flow through to other pages on the site. Thanks
Hi Page text - font, size and colour of the text in the body of the page - ISSUE RESOLVED Just need to know how to change font - style,size and colour of Page Header without affecting other pages Thanks
Hello ! To achieve this you have to follow two steps: Step 1: Please follow below image. Step 2: Use below code in custom CSS box. Code: body.page.page-id-21 h1.page-heading { color: green; font-size: 30px; font-style: italic; } Please change according to your requirement. Thanks & Regards Pramod