Hi guys,
I'm sure this will be a quick fix... How do I remove the clips from the template?
I see there is a css class that removes them 'noclips' but how do I apply this to the whole of the site?
Cheers
url('../images/style1/clips.png')
#gkContent:before {
background-image: none;
}
teitbite wrote:Hi
All You need to do is to overwrite this clips background using this code:
- Code: Select all
#gkContent:before {
background-image: none;
}
Place this code in override.css file and allow using of this file in template settings.
#gkToptop1.gkColLeft {
padding-right: 0;
}
#gkToptop2.gkColRight {
padding-left: 0;
}