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 #2702364
Bold submenu and mobile category menu issue
Closed

Comments

  • Michaelgimm started the conversation

    Hi there

    1. I am using Page megamenu for menu on the one called "REJSEKORT". When you click it, I want to show continent/area and then countries below. Is there a way to make the continent bold or change the countries to sub/sub menu?


    2. On my Iphone I can see the megamenu with pages just fine. But if I want to see the megamenu from categories "BLOG" or "SEVÆRDIGHEDER" then the submenu is not showing.


    The theme is really great by the way :-)


    Best regards

    Michael


  •  2,699
    PenciDesign replied

    Hi,

    1/ If you want to style for the first menu item on the mega menu columns, please try add more this code to Customize > Custom CSS to do that:

    #navigation ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu > li:first-child a {
        font-weight: bold;
        font-size: 13px;
        border-bottom: 1px solid #dedede !important;
        margin-bottom: 10px;
    }
    

    2/ Yes, that's normal because we don't display the posts from the category mega menu on vertical mobile navigation. It looks bad when you showing it on mobile..


    Best Regards,

    PenciDesign

  • Michaelgimm replied

    Great thanks!