Main Menu Background

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Wed Apr 15, 2015 10:39 pm
Hi guys!

I already read this post https://www.gavick.com/forums/universit ... u-bg-38492
I want to know if its possible to add the background of the main menu in the complete screen... (like the photo) including the part of the logo?

If it is possible.... I want to change the color of the text in the main menu too... it is possible?

Thanks for your help!
User avatar
Gold Boarder

GK User
Wed Apr 15, 2015 10:47 pm
Sorry I forgot to ask... if I can add a Shadow to the text / Title of the Pictures of the slide show?
User avatar
Gold Boarder

GK User
Thu Apr 16, 2015 8:22 am
Hi,
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.gk-is-wrapper-gk-university figcaption h2 {
   text-shadow: 2px 2px 4px #ddd;
}


to add text shadow, regarding the background in the main menu, I need to see your website first (could your provide an URL here or via PM?)
User avatar
Moderator

GK User
Thu Apr 16, 2015 11:05 pm
Thanks! I send you by PM....
Just an other question... could I have a Drop Down Menu??? like John theme?
User avatar
Gold Boarder

GK User
Fri Apr 17, 2015 7:49 am
You already have the dropdown menu - when you click i.e. on the "LA EMPRESA" menu item.

Regarding the backgorund, try to add the following css code (first remove the backgorund of your menu):

Code: Select all
#gk-header-nav {
    background: #000 url('../images/parallax_bg.jpg');
}
User avatar
Moderator

GK User
Fri Apr 17, 2015 4:34 pm
Hi

Oh sorry , I explain wrong, I want mobile menu that slides with the page

Thanks for the code!!!! Know I would like to change the text color to blue or black?... how I can do this!

Thank you
User avatar
Gold Boarder

GK User
Sun Apr 19, 2015 10:21 pm
Hi,

Unfortunately it's not possible with the mobile menu - to much modifications.

Regarding the text color, add also this code:
Code: Select all
#gk-main-menu #main-menu > li > a {
   color: #000;
}
User avatar
Moderator


cron