Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Corweb

    (@corweb)

    Nobody who knows how the solve this?

    Thread Starter Corweb

    (@corweb)

    OK, adding a display:none for every page-id I wanted to exclude worked!
    Thanks!

    Thread Starter Corweb

    (@corweb)

    In reading settings in the dashboard I set it as follow:
    Front page displays: static page
    Front page: home
    post page: nieuws

    I’ve been trying to find a way to change the css as pkwooster wrote and I think I’ve found the/a solution.

    I used this code

    body.page-id-10 article footer {
    display:none;
    }

    And that removed the date etc, from the homepage. Now I’ll add the other page-id’s to css.

    Thread Starter Corweb

    (@corweb)

    Thanks @pkwooster.

    Still struggling. I can add display:none; to “article footer”, but then it will disappear on all pages. Also on the post overview page and single post.

    I will try to find a solution.

    If in the meantime anyone can help me, it would be very much appreciated!

    Thread Starter Corweb

    (@corweb)

    Ok, I’ve been playing around with the stylesheet and 1 problem is solved.
    I’ve managed to change the color of the grey box around the page titles.

    I was looking at the wrong code to put background-color:#333366; in.
    I’ve placed it here and now it works.

    article > h1 a,
    article > h2 a,
    article header h1 a,
    article header h2 a{
    display:block;
    background-color:#333366;
    color:#cccccc;
    padding:10px 12px;
    }

    Now I’m still struggling with the 2nd problem, which is:
    I would like to align the eBay logo (or another logo), which you can see, on top of the page with the menu bar. If possible the logo should be aligned above the first menu link “home”.

    I hope someone can help me out.
    It would be very much appreciated. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)