Transparant main menu possible?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Sep 11, 2013 7:25 am
Reply with quote
Report this post
I would like to know if it is possible to have the main menu transparant? In this way the nice background slideshow (using GK Image Show) can be seen a little bit through it.

Can you give hints on how to do this?
User avatar
Gold Boarder

GK User
Wed Sep 11, 2013 8:08 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkTop { background: transparent !important; border-bottom: 0}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Wed Sep 11, 2013 8:38 am
Reply with quote
Report this post
Ah, this is great. But I would still need a black/grey transparent background colour which visually marks where the main menu is.

Is it possible to do this and play around with the transparency/opacity?
User avatar
Gold Boarder

GK User
Wed Sep 11, 2013 8:46 am
Reply with quote
Report this post
You can try to use this code but with transparency but this change transparency for whole container; for the text also.

Code: Select all
#gkTop {transparency: 0.8}
User avatar
Platinum Boarder

GK User
Wed Sep 11, 2013 11:08 am
Reply with quote
Report this post
I tried what you have suggested but with not success.

If possible, the text itself (links for the main menu) should not be dimmed out.

Do I have to create some kind of graphics to use as a background and then apply opacity/transparancy to that?

Please advice, this is really an important feature wich I think will look really good.

Hope to hear from you soon :)
User avatar
Gold Boarder

GK User
Thu Sep 12, 2013 9:26 am
Reply with quote
Report this post
Probably graphic with alpha channel will be the only way :) other solutions probably need to change HTML structure so if there is some way to make is simple it is better to use background file :)
User avatar
Platinum Boarder

GK User
Thu Sep 12, 2013 11:44 am
Reply with quote
Report this post
OK, I will try a background image.
Can I make a small image which is then maximized over the whole module area?
If I have the image, can you help me with the CSS code?
User avatar
Gold Boarder

GK User
Mon Sep 16, 2013 7:44 am
Reply with quote
Report this post
Yes you can use small pattern and then just use repeat-x, repeat-y in CSS rule. Code will be very simple :

Code: Select all
#gkTop {backgorund: url('path/to/file.png') repeat}
User avatar
Platinum Boarder


cron