Background in Category Layout (style 6)

Posted in: Newspaper
Post count: 4

Is it possible to add a picture as a background for Category Layout #6 only for title section of the category?
I want a background not for all page/website, but only for the section with the “name” and “description” of the category.

thanks!
Marco

Post count: 23312

Hello marcogovoni,

If you want to add something like this, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-category-header{
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}

The result is here -> https://www.screencast.com/t/mYqHkK0k

Hope this helps!

Thanks for the message!

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