My website is https://www.flatheadguide.com. I want to add a paragraph explaining what the site is and related info. I want to add it under the "FEATURED BUSINESS LISTINGS" scrolling images - and above the "Recently Added" section. I assume I need to insert this text in one of the templates. Please tell me where to insert this text. Thank you, Tom
Hi, Tom.. Greetings from InkThemes! Please follow the screenshot given below. Code is as follow.. HTML: <div class="home_text"> <p> your desired text </p> </div> For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. And at last, please paste the code given below in Custom CSS field of your dashboard. Code: .home_text p { text-align: center; font-size: 23px; color: blue; } Note: Change the color and font size as per your requirement... Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com