Decrease Size of Mega Menu and Hover Colors of Mega Menu Items

2 replies · opened Apr 4, 2023

JjustinclaytonApr 4, 2023

I need help decreasing the size of my Mega Menu. Let's say it's currently at 90%. I would like to bring this down to 75%. I've tried adding the mega-menu-small class, but it didn't change anything.

Also, I'm trying to change the text color on mega menu items when there's a hover. I'd either like to make the text darker or the hover color darker.

Thanks!

SSemicolon WebSTAFFApr 12, 2023

Hello,

Apologies for the Delays in replying to your Support Query! We had completely missed your Support Ticket as one of our Support Team marked the Ticket for Older Canvas Versions, so we really apologize for the Inconveniences caused.

Your Ticket is being attended to by one of Our Support Executives and will be replied to shortly within the next 2-3 hours. Thanks for your Super Kind Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

SSemicolon WebSTAFFApr 14, 2023

Hello,

Thanks for your Patience!

  1. Consider using the following CSS Code:
    [ch_pre type="css"]@media (min-width: 992px) {
    #primary-menu ul li.mega-menu-small .mega-menu-content {
    max-width: 100%;
    width: 800px;

    }
    }[/ch_pre]

  2. Consider using the following CSS Code based on your current styles:
    [ch_pre type="css"].dark #primary-menu:not(.not-dark) ul ul li:hover > a, #primary-menu.dark ul ul li:hover > a {
    background-color: rgba(0,0,0,0.05);
    color: #555 !important;
    }[/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard