Site logo

[Resolved] Body Background colour on Category Achieve pages

Home Forums Support [Resolved] Body Background colour on Category Achieve pages

Home Forums Support Body Background colour on Category Achieve pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2407797
    Paul

    Hi Team,

    I can’t see where I can update the background colour on archive category page – can you help?

    Please see link to staging site in private info

    Thanks

    #2407977
    David
    Staff
    Customer Support

    Hi there,

    if you want to only change it on an archive page then the simplest method is to use CSS:

    
    body.archive {
        background-color: var(--grey-100);
    }
    #2409633
    Paul

    Perfect, thank you David!

    #2409843
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.