Hi.
I’m trying to use template 8 https://ceo.com.pl/praca-i-kariera
How can i addd custom image for this category? I cant find any settings on category or theme panel.
Thanks
Hello 123tlumacz,
For example, you can try using the following code for adding an image for your category section and the result should have looked like this -> https://www.screencast.com/t/e56HdZQHv
The code is ->
.td-image-gradient-style8{ background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}
Hope this helps!
Thanks for your understanding!
Thank You. So if i understand correctly at this moment it is impossible to set different images to each category – right?
Hi again Catalin. I have one more question. Can i set just different coulours per single category to this section?
The page is: https://ceo.com.pl/podatki
This: 
Into this: 
Hello,
You should use a bit of CSS code to change the background color for certain category like this ->
.category-podatki.td_category_template_8 .td-category-header {
background-color: red;
}
The result is here -> https://www.screencast.com/t/Kew3i5mHq
Thanks for the message!
