hide the lines and color backgroun
February 2014 Joomla Template
Rate this topic:
- GK User
- Tue Oct 03, 2017 9:00 pm
- Reply with quote
- Report this post
Hi
How to hide the lines ?
How to add color background on some position ?
How to keep only the menu and not the top logo when you scroll down ?
Thanks
My site
http://bclachauxdefonds.ch/club07/
How to hide the lines ?
How to add color background on some position ?
How to keep only the menu and not the top logo when you scroll down ?
Thanks
My site
http://bclachauxdefonds.ch/club07/
-
- Fresh Boarder
- Joshua M
- Wed Oct 04, 2017 8:41 am
- Reply with quote
- Report this post
Hi,
What lines exactly do you want to hide?
Where exactly do you want to add the background (css code will be different for each position)
Regarding the logo when you scroll down, try to add the following custom css code:
What lines exactly do you want to hide?
Where exactly do you want to add the background (css code will be different for each position)
Regarding the logo when you scroll down, try to add the following custom css code:
- Code: Select all
#gkFixedMenu.active #gkLogoSmall img {
display: none;
}
-
- Moderator
- GK User
- Wed Oct 04, 2017 8:21 pm
- Reply with quote
- Report this post
Hi,
it's ok for the logo with no scroll down.
About the lines, they are those between each position.
About the background, it's to add color to sidebar_left, sidebar_right, bottom1, bottom2, bottom3, bottom4, bottom5
thanks,
Fabrice
it's ok for the logo with no scroll down.
About the lines, they are those between each position.
About the background, it's to add color to sidebar_left, sidebar_right, bottom1, bottom2, bottom3, bottom4, bottom5
thanks,
Fabrice
-
- Fresh Boarder
- Joshua M
- Thu Oct 05, 2017 8:16 am
- Reply with quote
- Report this post
You have to inspect these elements (use Google Dev Tools or Firebug) and add custom css, more information may be found here: https://www.gavick.com/documentation/jo ... ss-changes
-
- Moderator
4 posts
• Page 1 of 1