Transparency in top menu

GK User
Thu Dec 11, 2014 3:36 am
Is it possible to make this top menu transparent too?
see attached screenshot
And if yes, can someone give me code for override?
User avatar
Expert Boarder

GK User
Thu Dec 11, 2014 7:24 am
If you will make the menu transparent, content of the site will be visible through and the menu will be unreadable.
User avatar
Moderator

GK User
Thu Dec 11, 2014 5:36 pm
i would give only partly transparency by setting a layer.
Can you give me the code like you did for the icons in gk-shortmenu - then I expriment myself with it.
So if does not look nice you have no blame ;-)
User avatar
Expert Boarder

GK User
Sat Dec 13, 2014 11:23 am
You have been warned ;)
Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
#gkHeaderNav {background-color: rgba(255,0,0,0.5);}

Where first 3 numbers are rgb intensity in 0-255 range and last one is opacity in 0-1 range.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sun Dec 14, 2014 5:40 pm
transparency-top.menu.jpg
partly I must agree with you as the transparency is very dependant on backgrounds.
for this test I used the wrong rgba color - just to see what it does.

At least I know an interesting alternative for this menu now - thanks for that.
User avatar
Expert Boarder

GK User
Tue Dec 16, 2014 4:48 pm
You can play with the colour, perhaps red is not a good solution, but maybe something around:
Code: Select all
rgba(255,255,255,0.8)

might look better.
User avatar
Moderator


cron