Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1477575

    Good morning everyone, I am working on a site where the client has requested the same submenu as the one shown in the screen I shared with me. I have created the columns following your documentation, but I don’t understand how I can insert a description in full. I have noticed that when I take an item from the menu to the submenu, the description field disappears.

    Then I cannot find the css to customize the margins and make it full width.

    As always, thank you very much for your helpfulness

    christian

    Translated with DeepL.com (free version)
    esempio

    #1477659

    Hey Christian,
    Check that your Menu Screen elements ▸ Description is checked:
    Screen Shot 2025 02 22 at 2.10.07 PM

    Screen Shot 2025 02 22 at 2.11.31 PM

    Best regards,
    Mike

    #1477681

    Absolutely perfect! With a bit of css indicated in your documentation I would say perfect!

    I was just wondering if it was possible to integrate the description I entered for each service item into the “a” link as well, as it only remains active for the title and I would like the client to be facilitated in this, but still have it linked to another css so that it always remains black and not the colour of the title underneath

    Thank you

    • This reply was modified 2 days, 11 hours ago by cadra83.
    #1477703

    Hi,
    Check that your Menu Screen elements ▸ CSS classs is checked, then add the custom class “nolinkstyle”, the manually add the link:
    Screen Shot 2025 02 23 at 8.10.13 AM
    then add this css to your Quick CSS:

    #top #header .avia_mega_div .sub-menu .avia_mega_text_block.nolinkstyle a {
        text-decoration: none;
        color: #000;
    }
    .header_color .main_menu .menu ul li.nolinkstyle a:hover {
    	background-color: unset;
    }

    Best regards,
    Mike

    #1477868

    Very good, everything works great, in the end I did not put the description in the link, but now if I try to access the section via desktop the link works, whereas from mobile nothing happens. I’ll leave you the screens of how I set up all the links in the SERVICES item within my configuration.

    Thank you

    #1477916

    Hi,
    If you want the description to be a link you will need to manually add the link:
    Enfold Support 6602
    this works on my site for mobile:
    Enfold Support 6600
    Screen Shot 2025 02 23 at 8.10.13 AM
    We would need to see your site to examine with a admin login.

    Best regards,
    Mike

    #1477924

    I no longer need to enter the description in a, because I have made different evaluations. Unfortunately, the normal link does not work for me.

    #1477927

    Hi,
    I don’t see a link to your site.

    Best regards,
    Mike

    #1477928

    link

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