hide the lines and color backgroun

February 2014 Joomla Template
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
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/
User avatar
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:
Code: Select all
#gkFixedMenu.active #gkLogoSmall img {
   display: none;
}
User avatar
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
User avatar
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
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.