size of homepage panes

  • puenktchen124

    #3742

    Hello,

    thanks for the great theme and the very helpful forum!

    I activated homepage panes and want to change the size and the numbers of textlines inside. I tried this in my own CSS:

    .homepage_pane {
    height: 120px;

    but the number of textlines are still the same than before.

    http://events.cmd-events.de

    Only the image and the headline should be visible in homepage panes. Is this possible?

    Thanks in advance!

    Sonja (from Germany/Bavaria)

    Anonymous

    #25722

    First, remove whatever you did because the bottom row is now overlapping the top row of homepage panes.

    Second, here is the proper css to “hide” the text of each homepage pane:

    .homepage_pane .post-excerpt p {
    display: none;
    }

    Anonymous

    #25723

    Nice website, by the way. I REALLY like the colors… and how you integrated the colors from your images into your sites style.

    I have a friend living in Germany. He is a solo musician (guitar). Absolutely one of the best guitar players I’ve ever been around. I’m anxious to come over there and see him, as he has promised me all the sausages and bratwurst’s I can eat 😉

    puenktchen124

    #25724

    Thanks, it works!

    Now i only want to delete the “read more” button.

    I tried

    a.more-link, a.more-link span {
    display: none; }

    but without success.

    Thanks for the great support!

    What’s the name of your guitar friend? I hope he lives in a part of germay where sausages are extra-delicious. 🙂

    Anonymous

    #25725
    .homepage_pane .block-button {
    display: none;
    }

    Please put your code between backticks.

    puenktchen124

    #25726

    Great, thanks!

    All questions answered fast as lightning.

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

  • You must be logged in to reply to this topic.