• Resolved extremetree

    (@extremetree)


    I’m fairly new to building sites, and the only education I’ve had are on older themes. I’m having trouble changing the vantage logo to my company logo on the homepage. Am I just missing it in the style sheet?

Viewing 8 replies - 1 through 8 (of 8 total)
  • It depends on how the theme was built (logo is an image in the html, or css overlay). Can you post the link to the site, or the theme you’re using?

    Hi Extremetree (great username!)

    You can change it in your theme settings. Navigate to Appearance > Theme Settings in your WP admin. It’s under the logo tab. Just upload and you’re good to go.

    Thread Starter extremetree

    (@extremetree)

    Thanks for the help, Greg. My username is the name of our company. extremetreecompany.com

    HI, I am trying to change the logo as well. I tired as above but the logo gets pressed into the preset height? How can I fix this?

    Thanks,
    Kate

    never mind, I realized that it was using a logo I replaced when loading the site. All fixed.

    I have a similar issue with the Vantage theme-it seems to use the logo as the header image, the reported space was 1080x 481 i installed a logo image of those dimensions but the image is now surrounded by white space.
    Is there a way to change the actual header area so it accommodates the image size fully?
    https://therenaissancewoman.co.uk

    Any help is gratefully appreciated-cannot seem to get this header to just adjust to image size-custom CSS is installed.
    ??

    Yes, I would like to keep the top space where the Vantage logo is narrow but when I install my logos the white space around the logo is larger as Deliquescent stated.

    Hi Skyski20,
    I received this CSS code patch from the theme author/s
    If you install Jetpack this places an ‘Edit CSS’ option under the ‘Appearance’ menu in wordpress Admin. This worked for me and it is very easy, just paste this code into the edit CSS style sheet and save it:

    12 /* Header */

    header#masthead hgroup {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    }

    .main-navigation {
    margin-top: -9px !important;
    }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing header’ is closed to new replies.