Some questions from newbie

  • Posted in : Read WP
  • micael
    Participant

    Hi!
    First of all, thanks for a very nice theme!
    Have som questions:
    1. How do I decrease the space between the picture logo and the top?
    2. I’m not using the tagg line since I’m using a picture logo. How do a get rid of the line under the logo and decrease the space between navigation and logo?
    3. I like to remove “comments” on start page.

    Many thanks,
    Micael

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .site-header hgroup
    {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    

    3 – Every post/page has a “Quick Edit” link when you hover in the editing list. Click it to open “QUICK EDIT” menu then uncheck the “Allow Comments” option.

    micael
    Participant

    Hi,

    I tried:
    .site-header hgroup
    {
    padding-top: 0px;
    padding-bottom: 0px;
    }

    in custom ccs but it doesn’t work. Any other suggestions?

    Micael

    Mehmet S.
    Keymaster
    h1.site-title a { border-bottom: 0px; }
    h1.site-title { margin-bottom: 0px; }
    .site-header hgroup { padding-bottom: 0px; }
    .site-header { padding-bottom: 0px; }
    
    micael
    Participant

    Hi Mehmet,

    It works!

    Thanks,
    Micael

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register