Menu dropdown turns 'Blue' when Gk-Stock module on page

GK User
Mon Apr 18, 2011 4:39 am
Hey guys, I think I need a fix.

When I place your Gk-Stock module on a page within the AppSite template, it makes the MegaMenu dropdown background color a beautifully bright BLUE.

Note: t does this with the 'Dropline Menu' and 'Split Menu' as well.

There must be something in the css that is confusing it.

I moved the Gk-Stock module to another page to check and sure enough... the first page worked fine but when I go to the new page that holds the module, my original page up top already has a blue background.

appsite-menu-css-issues.png


Let me know your thoughts. Thanks!
Brian
User avatar
Junior Boarder

GK User
Fri May 06, 2011 2:10 pm
Any news on this one yet... please? Still an issue with placing 'your' stock module into 'your' template.
User avatar
Junior Boarder

teitbite
Sat May 07, 2011 5:18 pm
Hi

Please show me Your site with this error.
User avatar
Moderator

GK User
Sun May 08, 2011 5:02 am
OK, great. Here's the URL: http://38west.com/acf/
User avatar
Junior Boarder

teitbite
Tue May 10, 2011 9:46 pm
Hi

This is an interference from GK Stock module. Please edit file http://38west.com/acf/modules/mod_gk_st ... /style.css and change code

Code: Select all
.first {
    background: none repeat scroll 0 0 blue;
}


to

Code: Select all
.gks_stocks .first {
    background: none repeat scroll 0 0 blue;
}
User avatar
Moderator


cron