• Resolved z0lf0

    (@z0lf0)


    Hi – great theme!!

    What’s the simplest way to remove / comment out page titles from displaying on page sections?

    Example – how do I remove “Product” which appears in the upper left hand corner of the page from displaying?

    http://mixluv.com/product/

    I have removed the page title itself, but, the page title ties to the menu, and that behavior is not desired. I have made the title “white”, which is also somewhat hacky, IMHO. I have switched up the h1 size to 0px, which for some reason does not carry through to page titles.

    Any straight forward advice would be most appreciated, thanks!

    -Z

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You could simply hide it for that page:

    .page-id-235 .entry-header {
       display: none;
    }

    Or you could just use the front page template which doesn’t display the page title.
    Also, there is not much point in using the full width option from the Page Builder. Simply use the front page template which is already full width.

    Thread Starter z0lf0

    (@z0lf0)

    Problem solved! Thanks for the pointers 🙂

    -Z

    Dear Vlad,

    I would like to do the same as Z. Using the front page template doesn’t give me a good result so I would like to use your first suggestion.

    Only where do I need to place the code you provided?

    Thank you for you help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove "Page Title" from Page sections?’ is closed to new replies.