Submenu indicator

Home Forums Pro Support Submenu indicator

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #68455
    Andrea MarucciAndrea Marucci
    Participant

    Hello, I’m not able to show the little triangle where there are submenus. If you look here

    https://www.shift.it/2018/

    Under INTERNET -> REALIZZAZIONE DI UN SITO INTERNET

    and

    Under INTERNET -> WEB MARKETING

    there are submenus but the little triangle doesn’t show and I’m not able to make it visible.

    How can I do?

    Thanks!

    #68466
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Andrea,

    They are showing fine for me.

    Please advise

    Peter

    #68465
    Andrea MarucciAndrea Marucci
    Participant

    Can you send me a screenshot?

    I’ve tried from Chrome and FF and Safari last version Mac but nothing

    Tried also to refresh the cache but but nothing again…

    Thanks!

    #68464
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Andrea,

    Please see below:

    https://mega.nz/#!Iw9TkJZY!vzlrvOUMsv19L8PJot2LHMMqBXjI55IhkfFjV2eIdNo

    Peter

    #68463
    Andrea MarucciAndrea Marucci
    Participant

    Ok sorry but I’m speaking of the desktop menu not the mobile one. The mobile one is working without problem but is the desktop one that doesn’t show the submenu indicator.

    #68462
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Andrea,

    Sorry, I didn’t realise you were talking about the Desktop Menu as these are disabled by default.

    You could enable them with the below CSS code:

    #responsive-menu-pro-container div.responsive-menu-pro-subarrow {
       display: inline-block;
    }

    All the best

    Peter

    #68461
    Andrea MarucciAndrea Marucci
    Participant

    Ok no problems but this is what does appear now with the css tweak

    I’d like that the arrow (possibly pointing right not down) is shown only on the submenus that has other submenus like “realizzazione di un sito internet” and “webmarketing”

    Thanks!

    #68460
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Andrea,

    All of this can be done via adapting the CSS I gave you to meet your needs.

    Just change my initial indicator to only target the sub-menus instead:

    #responsive-menu-pro-container .responsive-menu-pro-submenu .responsive-menu-pro-subarrow {
       display: inline-block;
    }

    All the best

    Peter

    #68459
    Andrea MarucciAndrea Marucci
    Participant

    Thanks Peter, I’m my developer so I’ve to do these things by myself 🙂

    #68458
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Andrea,

    Excellent, it is the best way to learn 🙂

    Peter

    #68457
    Andrea MarucciAndrea Marucci
    Participant

    Can you just tell me where is this block of CSS so I can change the arrow?

    #68456
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Andrea,

    What do you mean where the block of CSS is? The arrow is not a piece of CSS so can’t be changed separately from the small screen view.

    The only thing you may be able to do is use transforms and rotates on the sub arrow on larger screen sizes.

    All the best

    Peter

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Submenu indicator’ is closed to new replies.