Сategory background – no-repeat

Posted in: Newspaper
Post count: 7

Topic has the opportunity to ask each category of your background. But there is no option “no-repeat”. How to make a background image for the categories was – “no-repeat”?

Post count: 6600

Hi,

When you set an background image for your category page like this: http://screencast.com/t/H7EpzYxBO and that category background by default will be set as “no-repeat”: http://screencast.com/t/fQHx9wHPk
You can also achieve this via css, like this: http://screencast.com/t/1PwfiwGAkT
Add this custom css in theme panel > custom css:

.category {
background-repeat: no-repeat;
}

Thanks

Post count: 7

Thanks very much

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.