How to get image in header on subpages

May 2014 Joomla Template
GK User
Wed Sep 24, 2014 9:38 pm
Hi,

I am trying to add an image to the header area of sub-pages like the demo

http://demo.gavick.com/joomla25/univers ... -positions

Not finding out how to configure it.

My sub-pages just have dark blue background

http://row.st-aug.edu/academics.html

Thanks
Corey
User avatar
Fresh Boarder

GK User
Fri Sep 26, 2014 5:11 pm
Hello,

Please just change the following image for your own one: /templates/gk_university/images/bg.jpg
User avatar
Administrator

GK User
Tue Jul 28, 2015 2:25 am
This will apply the new pic to every article header. Could you pls explain how we could change individual header pics to have different pics for each different article?

Regards,

Dee
User avatar
Fresh Boarder

GK User
Thu Jul 30, 2015 10:29 am
In this case you have to create custom page suffixes under the Features tab in the template settings for your subpages. And then you have to assign to these suffixes custom images like.:

Code: Select all
body.my-suffix1 {
background-image: url('PATH_TO_IMAGE');
}
User avatar
Administrator


cron