Boxed Category Images?

Posted in: Newspaper
Post count: 16

Hey,

I’m trying to set up the category image..

http://muaythaicampsthailand.com/category/bangkok/

Is there any way to set it up so that the image stays within that boxed area?

Or, alternatively, could I set the header to be full width, while the posts below it still remain in a boxed format?

Let me know,

Thanks.

Post count: 22421

Hello,
I do not know how you added your background image because it is not the way our theme implements images.
You can add a custom background-image to the container (not on the body tag like yours) if you wish:
.td_category_template_6 .td-category-title-holder{
background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b5/Winnersh_Meadows_Trees.jpg');
background-repeat: no-repeat;
}
}

result: http://screencast.com/t/d8eexqse1
I hope this helps.
Thank you!

Post count: 16

I uploaded the image in the “per category” settings within the theme panel where it says “background upload”…

I’m still not clear on how to upload the image within the category container even after reading your instructions..

There’s nowhere in the theme settings to upload it on a per category basis? I have to code in manually in the theme editor?

Post count: 22421

Hi,
There is a per category setting in the theme panel: http://screencast.com/t/IgQx7TNREA This is a list of all your categories and the option to upload a background is present for each category. You can upload a different background for every category you need. (I suspected you need an image just in the top container)
Thank you!

Post count: 16

Hey..

That’s where I uploaded the image previously and it wasn’t being displayed appropriately in the top container. What am I missing here?

Post count: 22421

Hi,
The image will not display in the top container. It is a background image. If you check the stretch option http://screencast.com/t/TGt6caKLX it will fit the entire screen. Not just the top post style:
http://screencast.com/t/CDZMYuAcuXF
You just need to add a bigger image for it to be high quality.
This is the way to add a background image. The way i showed you above with the css code, an image will only be placed in the top post style container, not the background as well.
I hope this helps.
Thank you!

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