Category header

Posted in: Newsmag
Post count: 104

Can I edit the background of the category headers?

example: http://dev.ntv.ca/category/programs/primetime/

  • This topic was modified 10 years by ntvweb. Reason: Category, header
Post count: 6535

HI

Try this css to add a background image for category header: http://screencast.com/t/1BS8KHd6ee

.td-category-header .td-container {
background-image: url("image-url");
}

Just add the image’s url in css and it should work fine.
Thanks!

Post count: 104

Oh ! Thanks a bunch!

Post count: 104

What if I need the category header to change according to the category?

I have one header I need on certain category pages, and the other for the rest – how do I acheive this?

Post count: 6535

Hi

You can use category’s name as a css class to set a specific background for one category, the code will look like in this example:

.category-"cat-name" .td-category-header .td-container {
background-image: url("image-url");
}

Thanks!

Post count: 104

Thanks soooo very much.

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