Home › Forums › Melody Theme Support › Theme Melody / Navigation
- This topic has 6 replies, 2 voices, and was last updated 3 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
January 17, 2021 at 11:57 pm #172992
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
MarkusJanuary 18, 2021 at 1:32 pm #173035Hi,
Kindly show us your website URL please?
Regards,
DaveJanuary 18, 2021 at 7:55 pm #173050Of course: http://wp.acousticcorner.de/
January 19, 2021 at 12:48 pm #173077Hi,
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,
DaveJanuary 19, 2021 at 8:52 pm #173104Hi Dave,
thank you, the code works fine.
Regards
MarkusJanuary 19, 2021 at 9:32 pm #173106Hello,
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
MarkusJanuary 20, 2021 at 12:35 pm #173188Hi,
Kindly use this CSS to show dots.
.entry-content ul { list-style: disc inside !important; }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.