Comments daptee started the conversationJune 6, 2017 at 3:09pmThere 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,092Oliver repliedJune 7, 2017 at 6:43amHI!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,092Oliver repliedJune 7, 2017 at 6:44am Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliverdaptee repliedJune 7, 2017 at 1:52pmThanks a lot! Sign in to reply ...
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.
HI!
You can control it only via CSS, in the firebug, in the body tag, you can find category id.
An example of CSS:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks a lot!