Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #849590

    Hello…
    Please tell me how to remove the title of the column in the mega menu? I add the dash, but it does not work … I deleted the theme, the menu was deleted, everything was installed again, but still it does not work ….

    I’ll try to explain it better with the help of screenshots …
    https://drive.google.com/open?id=0B1o6CO0fgj9xaW1PaWZMMl8zV1E
    https://drive.google.com/open?id=0B1o6CO0fgj9xZDVvLWplX1IyUFE
    https://drive.google.com/open?id=0B1o6CO0fgj9xV0FJdjc3aVlKM1E
    https://drive.google.com/open?id=0B1o6CO0fgj9xVFpxdGZJQUswdlU

    #849747

    Hey Konstantin,

    Perhaps you can hide it on the front-end via css. Please provide a link to the site in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #849961

    link: https://www.ulovanet.ru/

    If you tell me how to delete the headers in the mega menu with the help of CSN – it will be just super! The main thing is that it did not harm the mobile version of the site

    #850045

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .mega_menu_title {
      display:none !important;
    }

    Best regards,
    Rikard

    #850061

    Thank you for your prompt response! Everything works great!

    #850081

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #980479

    HI,

    I also want to hide a title in my menu. But only one of them.
    How can I do that?

    Thanks

    #980659

    Hey seykom,

    Please provide a link to the site/page in question, as well as which title you want to hide.

    Best regards,
    Jordan Shannon

    #981015

    Hi,

    it´s about teh site in private content.
    It´s the 9th title, next to the language. At the moment I put in a dot as element that´s almost not visible. But just only “almost”.
    There should be no title in the German and English menu.

    Thanks

    #981200

    Hi,

    Please try this in Quick CSS:

    #menu-item-2319, #menu-item-2327 {
      display:none;
    }

    Best regards,
    Rikard

    #981203

    Hi,

    nothing happens…

    #981430

    Hi,

    I put it at the very top of your Quick CSS box and it’s working now.

    Best regards,
    Rikard

    #981468

    Hi,

    unfortunately there´s no longer a gap between the menu and the language items in the menu. So I created the menu item with a dot, but the dot was too much visible.

    #981835

    Hi,

    Ok, so maybe you want to make the text the same colour as the background then? If so then please remove the CSS I posted and we’ll give you new code for that.

    Best regards,
    Rikard

    #981912

    Hi,

    that´s a good idea. Could you give me the code please?

    Thanks

    #982194

    Hi seykom,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #menu-item-2317 a {
      color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #983537

    Perfect, it worked :)
    Thanks

    #983636

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.