How can I hide the page titles?

  • Posted in : impressivCard WP
  • manuelap
    Participant

    Hi there

    First of all: wonderfull theme!

    I would not like the page titles to show. How can I change this?

    Greetings,
    Manuela

    remytennant
    Participant

    Hi Manuela,

    They showed me how to do this 29 days ago in this forum, the post subject is Hiding Page Titles. You need to add several lines of CSS – what they gave me may work for you too,

    The titles were driving me crazy too….you can see how it turned out here if you want.

    ***.com

    Remy

    remytennant
    Participant
    manuelap
    Participant

    Thanx this did the trick. Add this line to custom css in theme options:
    .caption span { display: none !important; }

    remytennant
    Participant

    You may need to add another line of code to tighten up the space between the menubar and the top of the page. There was too much space on mine, especially on larger monitors.

    manuelap
    Participant

    Oh that’s right; I added this to my custom css as well”

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

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

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