Hi!
I need help to customize the categorie template 6 : I am trying to find how to add the background image inside the big header box. If someone have The Solution…???
Salut!
Catégorie template 6 : Je cherche à mettre une image dans la box uniquement et je n’y arrive pas… Apparement, on peut en changer la couleur ou mettre un background mais qui apparait sur la page entière… Alors si quelqu’un a la solution pour mettre une image uniquement dans la box… Merci d’avance!
Hello,
You can follow this topic to add an image to your category box only. The theme only provides the option to add it as a background but it can be added with css. https://forum.tagdiv.com/topic/change-header-image-for-each-category/
You will need to add your own category ID though.
Thank you!
Hello.
The code works fine on my end not occupying the whole background: http://screencast.com/t/d05FtThiyT
Please provide a link to your site so I can inspect it
Thank you!
Hi Bogdan!
My blog is now online. So if you can have a look, the url is http://www.revesetsacados.com
Thank you!
Hi,
I have checked your site and tried this code:
.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;
border-color:red;
}
Here is how it displays: http://screencast.com/t/mddkfmBv
Thank you!