- This topic has 13 replies, 5 voices, and was last updated 10 years, 10 months ago by Sakin.
-
AuthorPosts
-
June 25, 2013 at 1:12 am #10948traintoeppingMember
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!
June 25, 2013 at 1:58 am #10957SakinKeymaster@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; }
June 25, 2013 at 2:26 pm #10981traintoeppingMemberThank you very much for the quick reply! I was able to follow directions with success.
June 28, 2013 at 6:10 pm #11168ianroachMemberHi, 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/
June 28, 2013 at 11:39 pm #11185SakinKeymaster@ianroach: I am bit confused. Do you mean to add the image as the background instead of color or you want additional featured image?
June 28, 2013 at 11:48 pm #11187ianroachMemberYes 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.
June 29, 2013 at 6:36 pm #11211ianroachMemberHi 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.
June 30, 2013 at 10:27 pm #11229November 22, 2013 at 1:54 am #17500ChellTrellMemberHi! 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
November 22, 2013 at 10:50 pm #17537SakinKeymaster@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.
November 22, 2013 at 11:12 pm #17540ChellTrellMemberChellyLuttrelly.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!
November 22, 2013 at 11:33 pm #17542SakinKeymaster@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%; }
January 4, 2014 at 6:22 pm #18871SarahstofferMemberHi
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?
Thanks
Sarah
January 5, 2014 at 3:29 pm #18896SakinKeymaster@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; }
-
AuthorPosts
- The topic ‘Header & Footer’ is closed to new replies.