Hello How do I remove the "Page Title" and the box it is in? I understand that if I delete the page title in the post that the text will be gone, but the horizontal box it was in is still there. Example: http://atloffice.com/locations/atlanta-downtown/ I want to be able to remove the "Atlanta Downtown" title and grey box, and instead put the title in the post/page and wrap it in H1 tags. Also, between the text and the iframe on this page, I would like to put a horizontal line or separator, but when I put any html code in to do this is does not work? Please help. Thanks Brett
1. For the first issue, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .heading_wrapper { display: none; } this will remove the title bar. 2. for the second issue, Please specify your issue more clearly with the help of screenshot images that where you want the horizontal line.
I want to put a Horizontal Line between the text and the iFrame, but when I put the html code in, it does not work. As you can see in the screenshot, the line doesn't display, only the <HR>?!?! Please advise as to why this html code is not being recognized. Thanks
Hello, I think you are adding <hr> tag in "visual" page editor add it in the "Text" editor. Check image for reference.