Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @janmmmm,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .archive-header-desktop .preview-wrapper {
        background: url( [URL] ) no-repeat center;
        background-size: cover;
    }

    Replace [URL] with the URL of your image. Let me know if that does it.

    — Anders

    Thread Starter janmmmm

    (@janmmmm)

    Thanks Anders for the super fast help!

    It works with
    .category-growth .archive-header .preview-wrapper
    But unfortunately only on desktop…

    Theme Author Anders Norén

    (@anlino)

    Hi @janmmmm,

    Give it a try with:

    .category-growth .archive-header-mobile .preview-wrapper,
    .category-growth .archive-header-desktop .preview-wrapper {
        background: url( [URL] ) no-repeat center;
        background-size: cover;
    }
    Thread Starter janmmmm

    (@janmmmm)

    Unfortunately no luck, stays black (desktop continues to work).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Category Header’ is closed to new replies.