Some Issues

Discussion in 'BlackBird WordPress Theme' started by volkan, Jan 28, 2013.

  1. volkan

    volkan New Member

    Joined:
    Jan 18, 2013
    Messages:
    3
    Likes Received:
    0
    I hope this e-mail finds you well.
    I purchased the blackbird theme some time ago and I'm happy with it. I'm still working on modifications and it's hard when you know nothing about it :) I have a few issues and I would highly appreciate your help.
    my website is www.istanbullocal.com and here are my issues.
    1- the page is not centered! left side of the page is 200 pixels but the right side is 167! you can also tell it clearly when you look at the footer.
    2- When you look at the headers of the 3 items in the home page, and some others in other pages and finally in my blog post the text is blurry/shady.
    3- I also wanted to make those 3 items to be clicked on. Is that called hyperlink? :) Is there a way to change the writing on the read more buttons as well?
    4- I would really appreciate if you could push the logo up and align it with the phone number. also push the menu bar up as well so that empty space up there is well managed for me.
    Thank you guys so much in advance.
    wp user: xxxxx
    password: xxxxx
    Best Regards,
    Volkan Inkaya
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    1) We are looking to this issue and will reply you as soon as possible.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    2) For home page headings
    h1, h2, h3, h4, h5, h6 {
    text-shadow: none;}

    For there color

    .feature-content-inner h2 a {
    color: your color value;
    }


    For blog page heading
    .content-bar .post .post_title a {
    color: your color value;}

    3) For readmore font
    .feature-content-inner .read-more {
    font-family: your font type;}

    4) For logo alignment


    .header .logo {
    margin-top: 30px;
    }

    .menu_wrapper {
    margin-top: 0;
    }
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    For your first issue.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .main-container{
    margin:0;
    padding:0;
    padding-right:30px;
    }
     
  4. volkan

    volkan New Member

    Joined:
    Jan 18, 2013
    Messages:
    3
    Likes Received:
    0
    Dear Nitesh,

    Thank you very much for your rapid answers.

    Best Regards, Volkan
     
  5. volkan

    volkan New Member

    Joined:
    Jan 18, 2013
    Messages:
    3
    Likes Received:
    0
    Oh a couple more things :) I wanted to add facebook box in the footer but only the code shows up not the box. same result for trying to add facebook box to a sidebar. another thing is the text in the blog is also with shades.

    thanks again
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160

Share This Page