If I post a new page say about "gardening" how can I change the individual parameters of that page ? i.e. : Text Style, Text Size, Text Colour, Background Colour. If it is possible to do this, and it is done via the css, will this apply to every page or can each page be setup differently ? Thanks,
Hello Chester29, Greetings from InkThemes! You can create a different look & feel for a particular page by assign a class as I have mentioned in the screenshot given below, please have a look... And after that apply CSS code for this page by adding below code in Custom CSS field of your dashboard. Code: .test { font-size: 20px; color: red; background: lightgray; } Note: Change numeric value and color as per your interest... Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Hi Priya, Just given it a quick try and everything is fine. However how do I apply some kind of "padding" to make the layout of the text better ? Thanks,
Hello, Please paste the code given below in Custom CSS field of your dashboard. Code: .test { padding: 20px; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
You're welcome... Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com