Jump to content

Changing header images for articles in blogs ?

Featured Replies

Posted

Hello ! 🙂

Is it possible to replace the image above a blog article by an image of my choice ? I'm talking about these images above the articles' titles :

blogs_images.png.9975a67557ee41f9080bbd24453dd772.png

Thank you. 🙂

  • Community Expert

It’s a theme resource and so you can change it there. You would replace it everywhere (profiles, clubs …), not just blogs. 

501719383_Bildschirmfoto2019-01-10um07_52_31.thumb.png.8443ba195a29dd97fca46f53fcdfce42.png

  • Author

Thank you. I'm going to do both changes. 🙂

Here is what it looks like now :

blogs-edp.thumb.png.0126a9b14c4f2972779137a28d81a57d.png

It's much better. But when I open an entry, I notice the banner is taking a lot of place on the screen...

Is there a setting to change this in the ACP or do I have to modify the theme ?

Thank you. 🙂

Edited by SecondSight

Hello,

You can hide that image with css

.cBlogEntry_withPhoto {
	display: none;
}

or change the height

.cBlogEntry_withPhoto {
	height: 200px;
}

 

  • Author

Thank you ! I changed the height. My blogs and entries look just fine now. 🙂

Edited by SecondSight

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.