How can I add a tag line between the home page slider and the home page settings? See attached image as an example. website is www.nolanjames.net but I have a maintenance page uploaded. Thank you!
Hi, Please follow the screenshot given below. PHP: <div class="clear"></div> <div class="grid_24"> <div class="slider-bottom-tagline"> <p>Write your text here...</p> </div> </div> Note:- 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. Now, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slider-bottom-tagline { text-align: center; } .slider-bottom-tagline p{ font-size: 20px; font-weight: bold; padding:10px 0; font-family: 'Times Roman'; } Hope it will resolve your issue Regards! Praveen InkThemes.com