Change Header Image

GK User
Mon Jul 27, 2015 2:12 am
Hi,

how can I change the red part image of this page?

Screenshot: http://prntscr.com/7xdrny

URL: http://wolf.redmky.de/index.php/unser-team

Thanks
User avatar
Senior Boarder

teitbite
Mon Jul 27, 2015 9:02 am
Hi

This part of the page is to display an article full image. If such image is not set than it shows an empty element. You can remove it with code:

Code: Select all
.single-page > .header.no-image { display: none; }


or set an image for this directly with this code:

Code: Select all
.single-page > .header.no-image {
backgorund-image: url('PATH_TO _YOUR_IMAGE');
}
User avatar
Moderator

GK User
Tue Dec 01, 2015 5:36 pm
Sorry Teitbite, can you tellme when i need add this code?
Thanks.
User avatar
Junior Boarder

teitbite
Wed Dec 02, 2015 3:12 pm
Hi

Any css file will do, but best place is to put it to override.css file since it's prepared for any css changes. Please just remember that override needs to be activated in template settings in case to use this file.
User avatar
Moderator

GK User
Thu Dec 03, 2015 11:31 am
Ok thank you teitbite!
User avatar
Junior Boarder

teitbite
Fri Dec 04, 2015 4:46 pm
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron