Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1142272

    On https://blumen-hegemann.de there are three submenues (dropdowns): Floristik, Trauerbinderei, Kalender.
    The site-structure and the structure of the menu for all of them is identical. Still in “Kalender” the arrow (caret) to the right of the menu-item-name is missing. In the mobile nav it is there, but on desktop it is missing.
    Any help with that?
    Thanks,
    Daniel

    #1142347

    Hey danielmarsch,

    Add this to quick css:

    .header_color .main_menu ul:first-child > li#menu-item-1260 > a::after,
    .header_color .main_menu ul:first-child > li#menu-item-1260 > a::after {
        content: url(https://relaunch.blumen-hegemann.de/wp-content/uploads/sort-down-12.png);
    }

    Best regards,
    Jordan Shannon

    #1142439

    That helped, thanks.
    Any idea, why the first two arrows where added automatically by the theme and the third one needed this extra-css-rule?

    #1142441

    Hi,

    I honestly can’t say for sure outside of a weird bug.

    Best regards,
    Jordan Shannon

    #1142447

    Ok, thanks!

    #1142458

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Missing Arrow for Submenu’ is closed to new replies.