• Hi,

    I’m just wondering if anybody knows how I can change the theme header into an image (Company logo) rather than just having to write the company name in the generic font provided.

    Please click the link for an example(i am referring to where it says Stacker at the top) – https://themefurnace.com/selector/?theme=Stacker

    Any assistance would be appreciated!

    Many thanks,
    Adrian

Viewing 1 replies (of 1 total)
  • Go to Editor

    click ctrl & f
    in the searchbar… type… header … you’ll get 6 results…click through to 5

    There you see:
    /* Theme Layout */
    #header {
    background-color: #fff;
    change the last line into :
    background: url(URL OF IMAGE);

    If you leave this like above… the image will be repeated horizontaly. To avoid that…. add :
    background-repeat: no-repeat;

    you might need to add things like height, margin etc.

    don’t forget to save the changes ??

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the generic header title to an image’ is closed to new replies.