Make this black

GK User
Fri Apr 29, 2016 9:15 pm
Hello I want to make the menu black. I tried everything by now but I can't figure it out.

Image

I mean the grey field below :)
User avatar
Senior Boarder

GK User
Sun May 01, 2016 11:49 am
Hello,

What exactly do you mean? The "Privacy settings" box or the menu bar?
User avatar
Moderator

GK User
Sun May 01, 2016 4:26 pm
Hello, thanks for replying! I mean the area around the logo. I want to make the background as black and the logo.
User avatar
Senior Boarder

GK User
Mon May 02, 2016 9:15 pm
Please try to add the following CSS code under template Advanced Settings -> Custom CSS Code option:
Code: Select all
#page-nav,
#gk-menu-button > span:before,
#overlay-menu-content {
    background: #000;
}
User avatar
Moderator

GK User
Tue May 03, 2016 10:14 am
:D :lol:

Great!!

Thank you that was the one! Thank you!
User avatar
Senior Boarder

GK User
Tue May 03, 2016 6:33 pm
I hope I can ask two more questions.

1. I want to switch of the pagination beneath the slideshow (the little balls) but when I switch it of then the slideshow stops. Auto animation is on but nothing works also not with the arrows.

2. How can I make also the area around the word Menu black?

Thanks!!
User avatar
Senior Boarder

GK User
Wed May 04, 2016 8:21 pm
1. Please try to apply this patch: https://github.com/GavickPro/Image-Show ... 94b4260ce5 or just install this package: https://github.com/GavickPro/Image-Show ... atible.zip (it contains the mentioned patch).

2. Please use the following code:

Code: Select all
#gk-menu-button {
background: #000;
}
#gk-menu-button > span {
color: #fff;
}
User avatar
Moderator

GK User
Wed May 04, 2016 9:23 pm
:woohoo: :D :D :lol:

Thank you very much!

Both are working!

Thank you again!
User avatar
Senior Boarder


cron