Home Forums Pro Themes Musicsong Pro Musicsong Pro – There Is An Broken Aspect Of The Mobile Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #123052
    Baris Timocin
    Participant

    I have been using your theme for a while now and it’s great. good work guys! I have a slight issue, you guys did help me out with a previous issue on the mobile version’s CCS (allowing the logo to not overlap cta.php if used as 1st element on homepage), however, this issue now, did bring up before the additional CCS. So I believe it is an issue with the theme.

    When I created the menu, I created a top tier, then 2nd and 3rd tier. It works great on desktop, however, on mobile, it creates a load of icons at the bottom of the menu on the mobile version.

    Can you assist me in taking these out, please?

    Thanks,

    Baz

    #123059
    wensolutions
    Keymaster

    Hello,

    Regarding the issue about the social icon in the menu section, you have to add a social link like Twitter, Instagram, etc and not the random custom links because of which the icons haven’t been displaying. So make sure you have added the social links in that section.

    As for the dropdown issue, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to resolve the issue of the responsive menu.

    .lite-version .main-navigation ul#primary-menu > li:hover > a {
        color: #600E3F;
    }
    

    Also for your information, the menu is working fine on our side as you can check the demo:

    https://themepalacedemo.com/musicsong-pro-light/

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    #123074
    Baris Timocin
    Participant

    Hello,

    Thanks for your prompt response. Your advice on the social menus has worked well – thank you.

    Secondly, I have inserted the additional css you provided, however, the menu items are still ‘white on white’ if you are on a given page.

    Please can you assist me in getting it so that the given page you are on, doesn’t become white on white?

    Thanks for your great support as usual.

    Regards,

    Baz

    #123127
    wensolutions
    Keymaster

    Hello,

    As for the dropdown issue, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to resolve the issue of the responsive menu.

    .lite-version #masthead .main-navigation ul#primary-menu > li.current-menu-item > a {
            color: #333;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

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