• Hi.
    I am trying to add a custom header to my website but it is not supported by the theme
    Sugar & Spice (cannot simply go to appearance – header).
    I want to get rid of the header text and replace it with an image that will be displayed on every page.
    How can I do this?
    And if I have to use CSS, how do I implement it into the child theme?

    This is my website: https://www.lowriloves.co.uk.

    Thank you,

    Lowri

Viewing 2 replies - 1 through 2 (of 2 total)
  • Create a child theme. Then make a copy of header.php from the parent sugar-and-spice folder into your child theme’s folder, and add an img tag that points to your header image (be sure to add an ID to the tag so you can style it using CSS). Hopefully you have some familiarity with HTML.

    I see you got it to work. However, for future reference, you don’t need to edit the CSS. Simply go to Appearance > Theme Options and upload your header image. It will replace the text automatically.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding custom header image’ is closed to new replies.