[Support request] Mega Menu Link Color and text space

Home Forums Support [Support request] Mega Menu Link Color and text space

Home Forums Support Mega Menu Link Color and text space

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1910648
    Atefan

    Hello,
    I added the mega menu
    But the first title, in mega menu, of column, is non-clickable, but I have this hover effect, white text – hover black, which I don’t want.
    It should be text fixed orange color only, for each column title. Is this possible?

    Then when you scroll to the top, you will see the mega menu is narrow, then on the sticky menu, it opens the full view.
    But in the narrow view of the mega menu, the long text link falls on each other.
    How can I enlarge the space, so the text is easier to read?

    Thank you

    #1910882
    David
    Staff
    Customer Support

    Hi there,

    edit your Menu, the menu items you DO NOT want the hover effect for, give them a CSS Class of: column-title

    You can then use this CSS to style them:

    .main-navigation ul li.column-title > a,
    .main-navigation ul li.column-title:hover > a {
        color: #000;
    }
    #1911326
    Atefan

    Hi David,
    This has been not working, have a look at the images.
    https://ibb.co/zJ8n8LR
    https://ibb.co/QKvyXy5

    Only the title column should be one different color.
    and when I hover over the column, all change color.

    Regards

    #1911520
    David
    Staff
    Customer Support
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.