Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7307
    Dave.82
    Participant

    Hello Sakin,

    my website ist now online @ http://www.schinderhannes-mtb.org

    Please look at this picture:

    http://schinderhannes-mtb.org/wp-content/uploads/Fragen.png

    1. How can I reduce the red marked Space on top and on the ride side of the Sidebar with custom css?

    2. How can I change the color of the Text-Title?

    3. Can I remove the Info “postet in/Veröffentlicht in News/ändern”?

    Thank you!

    Dave

    #7313
    paulxd
    Participant

    Hi Dave,

    here’s css for the side bar and the post data

    `
    #secondary{
    margin-top: -25px;
    margin-right: -25px;
    }

    .entry-meta{
    display:none;
    }
    `
    The title text color can be changed in color options within the theme options.

    Hope this helps…

    Paul

    #7324
    Dave.82
    Participant

    Hi Paul,

    Thank you! the css-code for sidebar and postdate works!

    But I don´t know how to edit the color options. I make some color-edits in the themeoptions but nothing happens. Can you explain me which line/code I have to change?

    Dave

    #7379
    Sakin
    Keymaster

    @Dave.82: To change the color of title. Just change the color code in the CSS below and add it in “Appearance => Theme Options => Custom CSS” box.

    `.entry-header .entry-title a { color: #222222; }`

    #7416
    Dave.82
    Participant

    Thank you, Sakin!

    Can I reduce Space 1+2+3?

    See Foto: http://schinderhannes-mtb.org/wp-content/uploads/Abstaende.jpg

    Thx!

    #7487
    Sakin
    Keymaster

    @Dave.82: Adjust the following margin and padding as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `
    #main { padding-top: 50px; }
    .entry-header { margin-bottom: 30px; }
    .site-content article { margin-bottom: 50px; }
    `

    #7500
    Dave.82
    Participant

    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Few Questions Sidebar and Font’ is closed to new replies.