Hiding Page Titles

  • Posted in : impressivCard WP
  • remytennant
    Participant

    Hi,

    Given the simple and clean design of this theme, and the fact that the primary nav is in a prominent location and pages are self explanatory, I don’t see a need to have a page title at all – especially something so prominent. How can I hide the page titles in this theme? Thank you.

    Remy

    Mehmet S.
    Keymaster

    Copy and paste the code below to the box of Theme Options > Style > Custom CSS

    .caption span { display: none; }
    
    remytennant
    Participant

    Thanks but that didn’t work. In case I was unclear, I am referring to the headers at the very top of each page, the rectangles with a little triangle hanging off the bottom left (I want them gone). Thanks.

    ***.com

    Mehmet S.
    Keymaster

    Try this:

    .caption span { display: none !important; }
    
    remytennant
    Participant

    Great, that worked, thanks!

    Now I would like to reduce the distance between the primary nav and the top of the page. Can this be done?

    BTW, just gave you 5 stars for a cool theme and solid Support :)

    ahmetsali
    Keymaster

    Hi, you need to control the distance for various screen sizes, here is quick custom css, maybe it can do the trick. try this custom css;

    .iscroll-wrapper { top: 50px; }
    @media screen and (min-width: 978px) and (min-height: 720px){
      	.page { height: 640px; }
    }
    
    remytennant
    Participant

    Thanks a lot, that worked.

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.