Support » Theme: AlbinoMouse » Custom header background

  • Resolved ruralinfo

    (@ruralinfo)


    Hello, I love this theme, but I am having problems adding a custom header background. I am using a child theme and just cant seem to get it to override the header-gray background. Any help would be appreciated.. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author stebrech

    (@pixelstrolch)

    Hi ruralinfo,

    you could change your theme options > header background to transparent. After that you add this to your child theme stylesheet for instance:

    #masthead {
      background: url(path_to_your_image);
    }

    If this is a dark image you need to change some other styles. The reduced navbar on small screens will have the same background – think of that.

    Good luck!
    Cheers Stefan

    Thread Starter ruralinfo

    (@ruralinfo)

    Thank you.. Got it working!

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