Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Page Titles

Home / Forums / Ascend Theme / Page Titles

This topic is: Not Resolved
[Not Resolved]
Posted in: Ascend Theme
April 17, 2017 at 1:17 pm

I have a background image for a certain page

However, the Page title appears. I can change the color, but I’d rather it not appear at all. I went to Theme Options>>Page Options and set

Display page title by default

to Off, but then the entire background image disappears and it is just some smaller light grey color.

On my live site

I have the background image showing, but no page title. It appears I had to use custom css:

/* Hides titles on pages */
.page-header h1 {
display: none;
}

Do I still have to do that in Ascend Premium?

  • The forum ‘Ascend Theme’ is closed to new topics and replies.