Tagged: mega menu
Hi Guys,
Just wondering if it’s possible to have one column / header title be used for two columns.
The top picture shows what I have right now, and the bottom shows what I’d like.
Is this possible?
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#menu-item-2289 .mega_menu_title a {
color: white!important;
}
You should change menu item ID with the ID of the menu item you would like to hide. You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit
Hi Yigit!
Thanks for the direction. I tried the below code with menu-item 7972
#menu-item-7972 .mega_menu_title a {
color: white!important;
}
But was not successful. Any other thoughts?
Thank you
Hi!
It was not linked so i adjusted custom CSS code in Quick CSS a bit and it seems to work fine. Please flush browsers cache and check your website
Cheers!
Yigit
The support here is so great! Thank you!
Is there a quick fix to the height of the column line separator? So it stops near the word “consulting”?
Hi!
Please check your website again. It is a bit tricky but seems to work. You can find the custom CSS code in Quick CSS. For more detailed customization, please hire a freelance developer
Best regards,
Yigit
THANK YOU!