Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1196899
Different image for each category
Closed

Comments

  • daptee started the conversation

    There is a way to put an different image for each category page? I reffer to the header background image, where appears the name of the category. Please see the pictures. There are the same image, but we will a different image for each category.

  •  7,092
    Oliver replied

    HI!

    You can control it only via CSS, in the firebug, in the body tag, you can find category id. 

    An example of CSS:

    .term-101 div#page-title {
        background-image: url(http://daptee.com.ar/ntdpv/wp-content/uploads/2016/03/16-7.jpg);
    }
    .term-96 div#page-title {
        background-image: url(http://daptee.com.ar/ntdpv/wp-content/uploads/2016/03/16-7.jpg);
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,092
    Oliver replied

      

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • daptee replied

    Thanks a lot!