Theme Melody / Navigation

Home Forums Melody Theme Support Theme Melody / Navigation

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #172992
    MarkusMarkus
    Participant
    • Topics: 22
    • Replies: 63
    • Total: 85
    Member since: February 7, 2017

    Hello,

    I use the Melody Pro Theme. Is there a a option/code for the navigation. I will show: when under a menupoint are more points, the navigation point shows a symbol like a arrow? (ex. https://sktperfectdemo.com/themepack/lingerie/ point pages)

    Thanks for your help
    Markus

    #173035
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Dave

    #173050
    MarkusMarkus
    Participant
    • Topics: 22
    • Replies: 63
    • Total: 85
    Member since: February 7, 2017

    Of course: http://wp.acousticcorner.de/

    #173077
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Editor >> Style.css >> Scroll down to bottom >> paste there CSS code.

    .nav ul li.menu-item-has-children::after {
        position: absolute !important;
        width: 10px;
        content: "\f107";
        top: 42%;
        font-family: FontAwesome !important;
    }

    Regards,
    Dave

    #173104
    MarkusMarkus
    Participant
    • Topics: 22
    • Replies: 63
    • Total: 85
    Member since: February 7, 2017

    Hi Dave,

    thank you, the code works fine.

    Regards
    Markus

    #173106
    MarkusMarkus
    Participant
    • Topics: 22
    • Replies: 63
    • Total: 85
    Member since: February 7, 2017

    Hello,

    I think there is a little bug. When I use List ul/li there are no dots.

    Ex. http://wp.acousticcorner.de/vermietungen/tiefgaragenstellplaetze/

    This is the code behind – the list is not shown

    • Einfahrtshöhe in die Box 2,35 m
    • Einzelplatz: 260 cm Breite, 560 cm Länge, 265 cm Höhe
    • 2er Box: doppelte Breite
    • 3er Box dreifache Breite …. u.s.w.

    Any idea?

    Regards
    Markus

    #173188
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to show dots.

    .entry-content ul {
        list-style: disc inside !important;
    }

    Regards,
    Dave

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