• Resolved nkubz

    (@nkubz)


    Is there a way for me to put different images on different category archive pages? I have several, and would like to put a different image on each.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nkubz,
    Yes, while there is no such option in Hestia for each specific category, you can do it with CSS by targeting each category page, smth like this will do the trick:

    body.category-travelling .header-filter {
    background-image: url(/wp-content/uploads/2018/12/image_name.jpg);
    }

    Thread Starter nkubz

    (@nkubz)

    perfect! Worked great when I added !important. Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header image on Category Archive Pages’ is closed to new replies.