change the image for Category header box – full width with background

Posted in: Newspaper
Post count: 50

Hello I would like to know how can I change the image for each category on the header box – full width with background.

Thanks a lot 🙂

https://www.dropbox.com/s/lbhc6qs95b4pt38/Screen%20Shot%202015-11-07%20at%2014.03.50.png?dl=0

Post count: 23312

Hello skyscorcher,

There is an option for it in Theme panel, like this: http://screencast.com/t/97JnFEBF

You can see the result, here: http://screencast.com/t/sjFzwa7a

Thanks.

Post count: 50

Hi, thanks for your reply but I mean I need to change the background only of the black box, not the entire background.

Do you get me?

Thanks

Post count: 23312

Hi skyscorcher,

Unfortunately, our theme does not have an option to change only the background of the black box but also the entire background. This box are an transparent one and practically you see the background of the site.
http://screencast.com/t/VR3VPiCbO0 If you do not have a background image/color, the box-background will be black.
http://screencast.com/t/n4YPN5lZl
(they only meet in category template 6 and 8)

Another possibility to change only that background is to use the code below in Theme panel like this:

.td_category_template_6 .td-category-header,
.td_category_template_8 .td-category-header {
background-image: url("http://www.planwallpaper.com/static/images/canberra_hero_image.jpg");
background-repeat: no-repeat;
background-size:100% 100%
}

You should see the example here: http://screencast.com/t/Gxz19B5A4u

Hope this helps and let us know how it goes!

Thanks.

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