I have a challenge with the following in Jux Mega menu:
1. Where do I change the background color for sub menu
2, How do I change the font color
3, The menu is not aligned on the right hand side in my site please see
www.hmb.fcta.gov.ng
Hi
Thank you for feedback us
1: with problem change background color
please go to source code: .../modules/mod_jux_megamenu/assets/css/style.css and add CSS:
#js-mainnav.megamenu .childcontent-inner {
background-color: #1b85bc!important;
}
with #1b85bc is color you want
2: with problem font color:
please go to source code: .../modules/mod_jux_megamenu/assets/css/style.css and add CSS:
#js-mainnav.megamenu ul.level0 li.megacss span.megacss,
#js-mainnav.megamenu ul.level0 li.megacss a.megacss,
#js-mainnav.megamenu .megaMenuToggle {
color: #1b85bc!important;
}
with #1b85bc is color you want
3: with problem aligned on the right
I'm sorry but I don't access your site, Url is incorrect
please check again
Thanks
1. I have done as you recommended bu the background color for the submenu did not change
2. the url is: hmb..fcta.gov.ng
3. Kindly check the url u will see the menu not aligned on the right side
Hi again
I have access and have noticed it css conflicts with your site, so you can add the CSS code as below
please go to source code: .../modules/mod_jux_megamenu/assets/css/style.css and add CSS:
1: with problem change background color, and add CSS
#js-mainnav.megamenu .childcontent-inner ul.megamenu.level1 {
background-color: #1b85bc!important;
}
2: with proble color font, and add CSS
#hor_nav li li a, #hor_nav li li.active a, #hor_nav li li.visited a{
color: #745555 !important;
}
3: with problem again. please add code css:
.mainNav.js-megamenu.container.clearfix{
width: 100%!important;
}
if still have problem, Please give me link your site and your account of administrator via private message or mail: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you soon
Thanks
Hi HaiND,
Thanks for your response.
I still have the problem so I have sent the details you requested for to your email; This email address is being protected from spambots. You need JavaScript enabled to view it.
Hi
Thank you for feedback us
I see your site blocking our IP :
prnt.sc/khxx5l
My IP: 103.238.69.133
You can allow me access, and I will check it for you
Thanks
Oops I forgot. That will be a challenge as it is a government website and can only be accessed from behind a Palo alto. Can I send you an export of style.css by mail and you can work on it and send back.
Or is there any other way?