Home Forums Exoplanet Pro How to remove page titles from header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1249
    Mike Caruso
    Participant

    Is there anyway to remove page titles completely ? In header or below are only options I can find.

    #1250
    Andy
    Keymaster

    Add this in Customize > Additional CSS:

    .header-title,
    .title-header {
        display: none;
    }

    After adding that code, if you want the header to not have extra vertical padding (so it is same height as logo/menu header) select the ‘Below’ option.

    #1251
    Mike Caruso
    Participant

    Worked perfect Andy.

    Any chance you know were can remove the entire side bar ?
    Recent Posts, Recent Comments, Archives, etc. – the whole side bar. (see below)
    No option to as far as I can find.  I’ll repost as new thread if needed.

    Screen shot

    #1252
    Mike Caruso
    Participant

    Disregard, I found the adjustment – my fault, was looking right at it to !

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove page titles from header’ is closed to new replies.