Ok, i’m doing something wrong i guess. This is my universal template for all categories. I am trying the last two hours to find how to add the background image inside the big header box. I can do that, right?? I feel stupid but i can’t find how..
Any help would be appreciated
Below categories global settings, expand all particular categories and there you have the option.
Hi NickSi,
For that you need to add a background image for the category because the category template style 6 has a transparent section here: http://screencast.com/t/nt1BE5sel in which you’ll see the bg image. This is our demo category template 6 page configuration: http://screencast.com/t/LpmEymLbJBw – http://demo.tagdiv.com/newspaper/category/template-style-6/
Thanks
Oh, i didn’t see the demo page, sorry about that(my time is really limited right now). Could you please tell me where to start (After creating a child theme), to make this box as an image category without changing the background; Just to put a simple image there and nothing else.If it is possible.
Also keep that as a feature request please.
Thank you for your time.
Hi,
I’m not sure i understand you question, do you mean you have on all categories template style 6 and you want to have the same background image on all categories. If you don’t want to setup a different background image on each category, you can use a background image on the entire site from Theme Panel -> Background http://screencast.com/t/3s96lHvL and that image will be on categories to.
Is this what you want? Thanks for the message!
Thank you for your reply,
No no, i just want to have a simple header image for each category, not a background image for each catergory covering the whole page.
I thought that here http://imgur.com/FHoqnuZ would be easy just to add a simple image.
And my question is, can i have an image inside this container? IF is possible with some code, just tell me where to start digging.
Thanks again for your time
Hi,
Try the following css: – http://screencast.com/t/UmZmpEDr
.category-87 .td-image-gradient-style8 {
background: white url('http://www.projecthappyhearts.com/wp-content/uploads/2015/04/green-nature-dual-monitor-other.jpg') no-repeat;
background-size: 1164px 400px;
}
category-87 is the unique category class, use the browser inspector to check the unique class for each category.
Thank you!
-
This reply was modified 11 years by
Emil G.
