How to set a background image for a "Module position"
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Feb 27, 2014 10:38 pm
- Reply with quote
- Report this post
Hi,
What is the code in Game Template for set the background image.
Al already create this rule ( ItemID 103-background) in Features "Suffixes for pages"
I was trying with this one ".background #gkBg {background: #ccc url("images/header.jpg") ;}" but it did not work
Thank you.
What is the code in Game Template for set the background image.
Al already create this rule ( ItemID 103-background) in Features "Suffixes for pages"
I was trying with this one ".background #gkBg {background: #ccc url("images/header.jpg") ;}" but it did not work
Thank you.
-
- Expert Boarder
- GK User
- Fri Feb 28, 2014 1:33 am
- Reply with quote
- Report this post
Hi,
yes, in general this code :
change background to blue.
but on home page - header section is very big - so you have to change also slides from module.
Add URL I will check
yes, in general this code :
- Code: Select all
#gkBg { background: #0000FF; }
change background to blue.
but on home page - header section is very big - so you have to change also slides from module.
Add URL I will check
-
- Platinum Boarder
- GK User
- Fri Feb 28, 2014 8:55 pm
- Reply with quote
- Report this post
Hi Pawel,
1. The Menu item ID is 103
2. I created in template Manager-Features-suffixes for pages this rule (itemID 103 - headerbackground)
3. I created this code in templates / gk_game / css / override.css
4. The background changed, but I will like to now how to put and image instead a color, like you have in your demo page (NO image show)
This is the URL http://tlcnexosinternacional.com/paises
thank you.
1. The Menu item ID is 103
2. I created in template Manager-Features-suffixes for pages this rule (itemID 103 - headerbackground)
3. I created this code in templates / gk_game / css / override.css
- Code: Select all
.headerbackground #gkBg { background: #0000FF; }
4. The background changed, but I will like to now how to put and image instead a color, like you have in your demo page (NO image show)
This is the URL http://tlcnexosinternacional.com/paises
thank you.
-
- Expert Boarder
- GK User
- Fri Feb 28, 2014 11:57 pm
- Reply with quote
- Report this post
Hi,
I used this code and it works, is ti ok ?
Could you help me with the second part "titles for the fileds in contact form"
thank you
I used this code and it works, is ti ok ?
- Code: Select all
.headerbackground #gkBg {
background-color: #EEEEEE;
background-image: url("/images/header3.jpg");
background-position: 50% 0;
background-repeat: no-repeat no-repeat;
background-size: 2400px 900px;
overflow: hidden;
}
Could you help me with the second part "titles for the fileds in contact form"
thank you
-
- Expert Boarder
- GK User
- Sat Mar 01, 2014 11:44 pm
- Reply with quote
- Report this post
...titles for the fileds in contact form
But where , here: http://tlcnexosinternacional.com/contactenos
What's wrong with them ? Any details?
Are asking about customization or template support ?
-
- Platinum Boarder
- GK User
- Sat Mar 01, 2014 11:54 pm
- Reply with quote
- Report this post
Ah, in other post now yo entiendo.
Hmm, by default you should see them. Did you renamed folder : html/com_contact or files inside?
If not, check Contact Manager Options
Here are settings from DEMO - check yours!
Hmm, by default you should see them. Did you renamed folder : html/com_contact or files inside?
If not, check Contact Manager Options
Here are settings from DEMO - check yours!
-
- Platinum Boarder
- GK User
- Sun Mar 02, 2014 7:50 pm
- Reply with quote
- Report this post
Thanks,
Thats what I was looknig for,
Thats what I was looknig for,
-
- Expert Boarder
7 posts
• Page 1 of 1