Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #10948

    First of all – thanks for designing a great theme and providing the forum for help! I have been able to update my site utilizing the posts in the forum. I do need help with a few things – I have seen other posts regarding these, but when I went I try the coding, it does not work for me.

    1. Center my logo

    2. Reduce the white space beneath my logo

    3. Change the color of the footer text

    Website URL: http://www.studiobhphoto.com/studiobhphoto/

    Thank in advance for your help!

    #10957
    Sakin
    Keymaster

    @traintoepping:
    1. Center my logo
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box. The css you have added in fine. Just need to add the following extra css.

    #header-left { width: 100%; }
    #site-logo a { display: inline-block; }

    2. Reduce the white space beneath my logo
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup.with-logo { display: none; }

    3. Change the color of the footer text
    — Just change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator { color: #000; }

    #10981

    Thank you very much for the quick reply! I was able to follow directions with success.

    #11168
    ianroach
    Member

    Hi, In addition to loading my logo; I would also like to change the header to an image. The image will be the full size of the header – 1140 x 225px. Can you please advise me, how I can do this? Thanks much.

    Website URL: http://thefashionblvd.com/

    #11185
    Sakin
    Keymaster

    @ianroach: I am bit confused. Do you mean to add the image as the background instead of color or you want additional featured image?

    #11187
    ianroach
    Member

    Yes Sakin, I would like to add an image to the header instead of changing the color of the header which can be done through opions.

    #11211
    ianroach
    Member

    Hi Sakin, I sorted it out by removing the main header and placing the featured header above the menu. Thanks for again your assistance and for designing a great theme.

    #11229
    Sakin
    Keymaster

    @ianroach: Great you did it.

    #17500
    ChellTrell
    Member

    Hi! I’d like my header to stay the same throughout my site, instead of being replaced with the featured image when you click on a blog post. I’ve noticed that it doesn’t do this when I publish a post from my phone, only when I post it from my computer. Also, is there a way to center the featured image when it shows up on the home page? Thank you

    #17537
    Sakin
    Keymaster

    @ChellTrell: Post in your site URL so that I can understand. If you have added featured image then it will show in. You can remove the featured image from your post.

    #17540
    ChellTrell
    Member

    ChellyLuttrelly.com

    I’ve disabled the slider. I selected featured images for the posts so you can see the picture on the home page. If I choose a featured image on my computer it then replaces the header when you click on that blog post – which i do not like. It doesn’t do this if I pick a featured image from my phone. So I guess I can work around it by always picking the featured image from my phone instead of my computer but I’m hoping there is a way to fix it.

    Also, I don’t understand why only the last blog post is showing up on my home page. They all used to show up and now only the last one is showing up. Any help or advice would be super awesome. Thank you!

    #17542
    Sakin
    Keymaster

    @ChellTrell: Then number of post in your blog can be defined from “Settings => Reading”

    About the header image. It’s actually there to show your featured image and since there will not be featured image for blog/homepage, it will show the header image. If you want static logo image in your header then you can remove the header image from “Appearance => Header” and add the same image in Logo url from “Appearance => Theme Options => Header Options”. So, now you will have logo but if you want it full width like you currently have then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to make it full width

    #header-content { padding: 0; }
    #header-content .wrapper { width: 100%; }
    #18871
    Sarahstoffer
    Member

    Hi

    I’m trying to reduce the height of my header, as there is a lot of white space around my logo, could you tell me how to do this?

    http://www.sarahstoffer.co.uk

    Thanks

    Sarah

    #18896
    Sakin
    Keymaster

    @Sarahstoffer: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Adjust the padding and margin as per your need.

    #site-logo, #header-right { padding-top: 10px; }
    #header-right .textwidget p { margin-bottom: 10px; }
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Header & Footer’ is closed to new replies.