Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1377734
Mega Manu
Closed

Comments

  • Sabrina Costa started the conversation

    Hi all,

    I can create a maga menu as screenshot attached? With columns and Sub Category Titles.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    We've said about that in the documentation for Soledad theme. Please check it here - on "How to setup mega menu columns "HOME" like on this image?"

    Best Regards,

    PenciDesign

  • Sabrina Costa replied

    Hi, 

    I've seen it, but I don't understand what is "Home#1", is it a new category to create? Is it a text? How can I create it or a text?

    I need to create a menu category with 3 columns: 

    1) the fist column 4 subcategories, 

    2) the second column a title and 3 sudcategories, 

    3) the third colums a title and 3 sudcategories.

    Can you explain this step by step?

  • Sabrina Costa replied

    Another question about menu:

    How can I emphasize the categories "Beauty, Igiene casa, Cucina, Lifestyle" in the menu (see screenshot)? Is it possible to change the color or something else?

  •  2,699
    PenciDesign replied

    Hi,

    1/ Let's do following the guide I sent you - It's very clear and I can't explain it more.

    2/ You can do that by add more this code to Customize > Custom CSS:

    #navigation ul.menu > li:nth-child(2) > a, #navigation ul.menu > li:nth-child(3) > a, #navigation ul.menu > li:nth-child(4) > a, #navigation ul.menu > li:nth-child(5) > a{ color: #ff0000; }

    Change color code ff0000 to any color code you want. You can get a color code here

    Best Regards,

    PenciDesign

  • Sabrina Costa replied

    Dear Pensi Design,

    this guide doesn't explain what is "Home#1" and how create it, I'm not an expert and this is the first time I use this theme, maybe it should be explained better.

    I tried to add a new category "beauty" and edit it as "beauty #1" , it works and I create the menu attached.

    Now, how create the TITLES as the first mega-menu screenshot below?

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    As you can see on our demos, by default our theme doesn't support display column titles for mega menu columns.

    If you want to make it display, please try copy this code add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 961px){
    #navigation ul.menu>li.megamenu>ul.sub-menu>li>a {
        margin: 0 20px;
        border-bottom: 1px solid #E0E0E0 !important;
        min-width: auto;
        display: block;
    }
    }

    Best Regards,

    PenciDesign

  • Sabrina Costa replied

    Hi all,

    I did it and it works, but the title is clickable and I would like just text, is it possible?

    Please find in attach the screenshot and click onwww.ecobiorevolution.it to see it live.

    Thanks 

  •  2,699
    PenciDesign replied

    Hi,

    It's menu items and you can't do that. You just can make it can't clickable by use  "Custom Link" menu item.

    Check this image.

    Best Regards,

    PenciDesign

  • Sabrina Costa replied

    I don't understand, you sent me a Custom CSS code, where I must add # into the code?

  •  2,699
    PenciDesign replied

    Hi,

    I don't send you Custom CSS code in my last comment.

    As you can see on the image I sent. It's screen when you go to Appearance > Menus.

    I said with you make that menu items can't clickable by change link for that menu items to  "#" by use Custom Link.


    Best Regards,

    PenciDesign