• Resolved hawk767

    (@hawk767)


    As the title says, I have an image in the header location of this theme, http://gamerinthought.com/

    I already have a child theme setup but I don’t know if can be done within that or if I will need to change code within the theme itself. I’ve already done some looking in the Header file of the main theme but I’ve no idea what to change to achieve what I want. I assume I would need to move where the social links will show up in the title space, maybe to the right of the image?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello hawk767,

    Hope you’re well! 🙂

    Are you referring to the section where you can see the Site Title? if so, can you please the custom css code you have for the Site Title section. Also this article might be worth reading: http://css-tricks.com/css-image-replacement/

    Looking forward for your reply! 🙂

    Take care,
    Calvin

    Thread Starter hawk767

    (@hawk767)

    I have the title text disabled at the moment but the open space above the home bar is where the title is for this theme, where the active bookmarks link is. Where I have the image is the header of the theme but I would prefer the image be above the home bar where the title is.

    I haven’t written any custom CSS at this point as I’m pretty new with web development, I’ve been doing my best to achieve what I want simply using the wordpress tools and settings.

    Hello hawk767,

    Hope you’re well! 🙂

    First, Use child themes for any customisation you will make. Read more about it here: http://codex.wordpress.org/Child_Themes

    Create a new file called ‘header.php’ in your child theme then paste the code you will get here: https://gist.github.com/calvincanas/75f83a798e51785fb78f

    You can see on 33-35 the new code I add so you can see insert image above the site title section. Just replace the image url to yours.

    Hope it helps! 🙂

    Take care,
    Calvin

    Thread Starter hawk767

    (@hawk767)

    Yep that did it, thank you much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding an image in the title space’ is closed to new replies.