categorie template 6

Posted in: Newspaper
Post count: 10

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!

Post count: 22421

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!

Post count: 10

Hi Bogdan,

I try to put the code in the CSS (with the theme panel) and the image take all the background, no just the box header… Do you have any solution?

Thank you!

Post count: 22421

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!

Post count: 10

Thank you for your replie, I can’t give you for the moment the url of my website because I work in local… But if I can’t fixe it by myself, I’ll comme back to you later when it will be online!

Post count: 22421

OK,

Please contact us when we can take a look.

Thank you!

Post count: 10

Hi Bogdan!

My blog is now online. So if you can have a look, the url is http://www.revesetsacados.com

Thank you!

Post count: 22421

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!

Post count: 10

Ok, I will try! And, if I can, one more question…
On the sreencast that you send, you can see, in the sidebar, the title of the first widget don’t appear correctly, it’s “cut”… How can I manage that?

Thank you again!

Post count: 10

The code works!!!
I just add : .category-videos (for example) to customize each category header

Thank you very much!

Post count: 22421

Hi,
The issue with the title results from the title being too big (the font)
You can increase the top padding a bit to compensate for the size with this code :
.td-blog-travel .block-title span {padding: 8px 0 8px 10px!important;}
Thank you!

Post count: 10

Ok, that’ perfect!!! MERCI !!!!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.