Reply To: Change header background for category or pages

Home Forums Support Change header background for category or pages Reply To: Change header background for category or pages

Home Forums Support Change header background for category or pages Reply To: Change header background for category or pages

#107569
Tom
Lead Developer
Lead Developer

You can use CSS like this:

.category-xx .site-header {
      background-image: url('CUSTOM IMAGE URL');
}

Replace xx with the ID of that specific category.

Let me know if that helps or not 🙂