Where is header image

GK User
Thu Aug 14, 2014 9:22 am
Where can I change background image that is shown in sections? I´ve tried searching modules, and also with firebug but I can´t find it.
Is it possible to assign a different background images for different sections?
Thanks in advance
User avatar
Fresh Boarder

GK User
Thu Aug 14, 2014 11:22 am
This is image show module in gkHeader position
User avatar
Moderator

GK User
Fri Aug 15, 2014 1:00 pm
Thanks for your reply. I´m afraid there is not any gkHeader position in my template (University Joomla 3.3)...what´s the name of the module and which type of module is it?
User avatar
Fresh Boarder

GK User
Sun Aug 17, 2014 10:28 am
Image Show module in header_bg position.
User avatar
Moderator

GK User
Mon Aug 18, 2014 8:20 am
There is just one module in header_bg position, its name is Image Show GK4, is the slider module in home page (only assigned to home menu item). There are no more modules in that position neither in other positions with name "Image". I want to modify image header in sections that are not th home page, and there is not any module with that image.
User avatar
Fresh Boarder

GK User
Mon Aug 18, 2014 4:58 pm
Oh, the problem is - you haven't written before that you want to modify background on subpages.
All other sites uses this image:
templates/gk_university/images/bg.jpg
as a background.
It is declared this way:
Code: Select all
body {
background: #fff url('../images/bg.jpg') no-repeat center top;
}

You can define different backgrounds for different pages using page suffix method:
https://www.gavick.com/documentation/un ... mla-pages/
then with given suffix you can use override.css:
Code: Select all
body.customSuffix {
background: #fff url('../images/custom_bg.jpg') no-repeat center top;
}
User avatar
Moderator

GK User
Mon Aug 18, 2014 6:53 pm
Ok thanks!!
User avatar
Fresh Boarder

GK User
Wed Aug 20, 2014 2:05 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron