Remove post/page title?

Discussion in 'Infoway WordPress Theme' started by brettswalker, Apr 27, 2013.

  1. brettswalker

    brettswalker New Member

    Joined:
    Apr 10, 2013
    Messages:
    9
    Likes Received:
    0
    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
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     
  3. brettswalker

    brettswalker New Member

    Joined:
    Apr 10, 2013
    Messages:
    9
    Likes Received:
    0
    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
    Screen Shot 2013-04-29 at 11.12.47 AM.png
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    I think you are adding <hr> tag in "visual" page editor add it in the "Text" editor.
    Check image for reference.

    [​IMG]
     

Share This Page