Select a Background-Image not working for Custom modules

GK User
Sun Oct 19, 2014 2:52 pm
Hi,
any idea why after I insert image in Select a Background-Image for a custom module I do not see the image in the frontend?

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Mon Oct 20, 2014 10:14 am
Hi

Not all modules are supporting full options by design. Tell me where are You trying to change the background.
User avatar
Moderator

GK User
Mon Oct 20, 2014 10:27 am
Hi,
I'm trying to put background image to Custom HTML module on position Header.

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Tue Oct 21, 2014 8:40 pm
Hi

Like I've said. This module has a specific design and to match it this function in module was disabled. You need to add background with CSS:

Code: Select all
#gkHeaderMod {
    background-image: url("http://demo.gavick.com/joomla25/storefront/images/demo/slide2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
User avatar
Moderator

GK User
Wed Oct 22, 2014 10:53 am
Hi teitbite,
yes. I did that workaround already. I asked because I started thinking that I'm doing something wrong.

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Thu Oct 23, 2014 1:43 pm
Hi

No You've done it ok. Module background was disabled here on purpose, so a CSS method will make a background for any module users may need to have in this place.
User avatar
Moderator


cron