Bluap template with another background image
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Oct 14, 2014 12:55 pm
- Reply with quote
- Report this post
Hello,
I'd like to change te background image of the Bluap template. I've seen the explanation in the documentation:
https://www.gavick.com/documentation/jo ... und-image/
But i can''t figure it out because i don't understand the code. isn't it possible to change te background in the template settings with an image i've uploaded in media manager?
Hope it is possible to simplefy the explanation so i can change it.
Thanks
I'd like to change te background image of the Bluap template. I've seen the explanation in the documentation:
https://www.gavick.com/documentation/jo ... und-image/
But i can''t figure it out because i don't understand the code. isn't it possible to change te background in the template settings with an image i've uploaded in media manager?
Hope it is possible to simplefy the explanation so i can change it.
Thanks
-
- Expert Boarder
- GK User
- Tue Oct 14, 2014 1:00 pm
- Reply with quote
- Report this post
Hi,
this manual was very easy to understand for all people who know CSS basic.
Via this and others templates there is no such a option right now.
But I will try to help
this manual was very easy to understand for all people who know CSS basic.
isn't it possible to change the background in the template settings
Via this and others templates there is no such a option right now.
But I will try to help
-
- Platinum Boarder
- GK User
- Tue Oct 14, 2014 1:04 pm
- Reply with quote
- Report this post
1) Do you know how to use Custom CSS in GK templates? If not, check my footer link
2) You have to override default template BG, using for example:
2) You have to override default template BG, using for example:
- Code: Select all
body { background: url("http://www.YourWWW.com/images/NewBg.png") fixed;
background-repeat:no-repeat;
background-size:cover;
}
-
- Platinum Boarder
- GK User
- Tue Oct 14, 2014 10:53 pm
- Reply with quote
- Report this post
Thank you for your help. I've studied the link in your footer and read most posts on forum again. It was very easy to edit this and the documentation is good to edit. I needed a push in the right direction. Thank you!
-
- Expert Boarder
- GK User
- Mon Nov 21, 2016 4:23 pm
- Reply with quote
- Report this post
hi and good day,
what about i don't want to use the same background for the bottom3 module? i mean for the bottom3 i wanna use different images than bluap background. can it be done sir?
tq.
what about i don't want to use the same background for the bottom3 module? i mean for the bottom3 i wanna use different images than bluap background. can it be done sir?
tq.
-
- Fresh Boarder
- GK User
- Thu Nov 24, 2016 4:24 am
- Reply with quote
- Report this post
sorry, actually i need to use different images for bottom2 not bottom3.
-
- Fresh Boarder
6 posts
• Page 1 of 1