Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #651370

    Hello,
    i want to hide the column-titles in my megamenu. The problem is, if i add one dash “-“, the view of the megamenu changes. The arrow and the links are shifted.
    You can see it at the private content area.
    Regards

    #651932

    Hey researchtools,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #660763

    Sorry for the late response.

    #660984

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling and change the menu header to a dash:

    #menu-item-2896 ul li a {
        height: 28px !important;
        line-height: 28px !important;
    }

    Regards,
    Rikard

    #661167

    I’ve tried it, but it looks bad. Please take a look at the private content area.

    #662515

    Hi,

    now I see this:

    View post on imgur.com


    which looks pretty good to me. Could you fix it already? if not show us what you want to achieve instead.

    Best regards,
    Andy

    #663277

    I need that view without the titles “A-G” etc.
    If I use “-” it looks like on my messages before.

    #663352

    Hi,

    really not sure what you want to achieve. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
    A precise link showing the issue in question would help too.

    If you want to hide the menu titles then use this code:

    #header .mega_menu_title {
    display: none;
    }
    

    Best regards,
    Andy

    #663738

    Thanks for Your answer. The problem is:
    If I want to hide the megamenu column titles, I have to use a single dash as column title.
    So I used single dashes on the second and the third column, to show, what the problem is. The result is the private content area.

    The last css-code hides the titles, but if I use the website on my mobile phone, the titles will be displayed again.

    #664540

    Hi,

    try this code inside Quick CSS field:

    span.mega_menu_title.heading-color.av-special-font {
    display: none !important;
    }
    

    Best regards,
    Andy

    #664690

    Thanks Andy.

    #665185

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Megamenu-Title problems’ is closed to new replies.