Static intro with opacity in background

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
Mon Jun 17, 2013 9:30 am
Reply with quote
Report this post
Hi there,

I already found another discussion to change the code to use a visible menu above the intro before scroll. Also, is possible just for this first view of the menu to add an opacity effect to the background?

Thanks!

Andres Santiago
User avatar
Expert Boarder

GK User
Mon Jun 17, 2013 10:51 am
Reply with quote
Report this post
First view - like first slide or entire homepage?
Also - please be more specific about your question, because I dont know if You need help with setting top menu to be visible, or just asking about top menu background.
User avatar
Moderator

GK User
Tue Jun 18, 2013 12:29 am
Reply with quote
Report this post
We want both, to be visible the menu in the first slide and applying the opacity to the top menu background.

Thank you
User avatar
Expert Boarder

GK User
Tue Jun 18, 2013 10:22 am
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
#gkTop.isIntro {top: 0px !important;}
#gkTop {background: rgba(255, 255, 255, 0.5);}


First one blocks menu in visible position, second sets menu color to white and 50% opacity.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Jun 19, 2013 9:47 am
Reply with quote
Report this post
Is working perfect! Thank you
User avatar
Expert Boarder


cron