Title: Customizing Archive Pages
Last modified: August 27, 2019

---

# Customizing Archive Pages

 *  Resolved [Walton](https://wordpress.org/support/users/walton/)
 * (@walton)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/customizing-archive-pages/)
 * I have a site that uses WooCommerce. I’m trying to customize pages that are created
   from product attributes. So, I have a product attribute “writer” (I sell books)
   and I’ve created archive pages for them, such as:
 * [https://www.alphabetpublishingbooks.com/writer/cristian-spiteri/](https://www.alphabetpublishingbooks.com/writer/cristian-spiteri/)
 * If you go to that page, there’s a huge space where my theme would normally put
   a header image. I’m trying to either add a custom header image or get rid of 
   the header image space. Is there any way to target all pages with the attribute“
   Writer” in CSS? Or ideally, if I could put a different header on each writer’s
   page, that would be amazing. I don’t see any unique tags in there to help me.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomizing-archive-pages%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * (@riaanknoetze)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/customizing-archive-pages/#post-11878124)
 * Hi there,
 * While we don’t know how you’ve gone about customising those pages, the easiest
   way to hide that section would be to use the following custom CSS in your settings
   under Appearance > Customize > Additional CSS:
 *     ```
       #page-site-header {
         display: none;
       }
       ```
   
 * Ideally one would narrow that CSS down to just specific pages but there’s no 
   unique classnames in the body tag, which means the CSS above will be applied 
   site-wide.
 *  Plugin Support [slash1andy](https://wordpress.org/support/users/slash1andy/)
 * (@slash1andy)
 * Automattic Happiness Engineer
 * [6 years, 9 months ago](https://wordpress.org/support/topic/customizing-archive-pages/#post-11908266)
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved–
   if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customizing Archive Pages’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [archive pages](https://wordpress.org/support/topic-tag/archive-pages/)

 * 2 replies
 * 3 participants
 * Last reply from: [slash1andy](https://wordpress.org/support/users/slash1andy/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/customizing-archive-pages/#post-11908266)
 * Status: resolved