I do not understand how to set the image frontpage
.imageBg #gkHeader {
background: url("/joomla25/simplicity/templates/gk_simplicity/images/header.jpg") no-repeat fixed center 0 #000000;
}
meme074 wrote:no image
.redimage #gkHeader {
background: url("/joomla25/simplicity/templates/gk_simplicity/images/header.jpg") no-repeat fixed center 0 #000000;
}
.redimage #gkHeader {
background: url("../images/header.jpg") no-repeat fixed center 0 #000000;
border-bottom: medium none;
margin-bottom: 0;
}
.redimage #gkHeader {
background: url("../images/header.jpg") no-repeat fixed center 0 #000000;
border-bottom: medium none;
margin-bottom: 0;
}
teitbite wrote:Hi
Path is still wrong. I can see "/joomla25/simplicity/templates/gk_simplicity/images/header.jpg" when it should be "../images/header.jpg"
Also nothing is published in header position.
.redimage #gkHeader {
background-size: 100% auto !important;
}
darrencl wrote:I need help with this...I want to be able to change the head image easily....no fuss. Please advise.
teitbite wrote:Hi
Image is being added via background so it will not be responsive, but You can use an additional code to make it resize (unfortunately will not work on every device).
- Code: Select all
.redimage #gkHeader {
background-size: 100% auto !important;
}
spizzerb wrote:i just tried to apply it to a page and it worked but the "white menu" is still visible:
"wrong url"
how can i change the menu to the same as the "home" page?
also the suffix for nomobile and notablet seem not to work.. i placed the suffix in the newly created header module.
any ideas?
Thanks
teitbite wrote:Hi
@spizzerb please send me an access to joomla site. I need to compare Your settings with quickstart, because menu is using a different code in both cases.
teitbite wrote:Hi
I've asked programmers, becuase I do not see problem in configuration. Will let You know when thy will answer.
.imageBg #gkHeaderMod {
padding: 180px 0 130px;
}