Title: Submenu missing link separators
Last modified: October 12, 2022

---

# Submenu missing link separators

 *  Resolved [Patrick Mortier](https://wordpress.org/support/users/ega039/)
 * (@ega039)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/submenu-missing-link-separators/)
 * I have several Websites on air with the Sydney theme. In a new project with version
   6.0.2 the submenu-items are, **on non-mobile screens**, no longer separated by
   a separator line. And because the line spacing within the submenu items (in case
   it is a longer text) is quite similar to the line spacing between the submenu-
   items, this can be confusing for end-users. So I am looking for a css code that
   I can put in the additional css, to add line separators between the submenu items.
 * By the way: **for the mobile header** it should be possible to opt for line separators(
   called “link-separators) in the customizer>mobile header>style>offcanvas-menu
   section. For now this **doesn´t work neither**. But I guess this should be another
   topic. However this additional info might be helpfull for analysing and finding
   a solution for this topic.
 * I already changed the colors of the diffrent elements to exclude the possibility
   that the problem is due to overlapping or same colors for the backgounde color
   and the separator line color. This was/is not the case and brought no solution.
 * Thanks ahead for your help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubmenu-missing-link-separators%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/submenu-missing-link-separators/#post-16096715)
 * Hi [@ega039](https://wordpress.org/support/users/ega039/),
 * Thank you for your question.
 * Try adding this CSS code to **Appearance** > **Customize** > **Additional CSS**
   from dashboard.
 *     ```
       .mainnav .menu .sub-menu li {
         border-bottom: 1px solid #000;
       }
       ```
   
 *  Thread Starter [Patrick Mortier](https://wordpress.org/support/users/ega039/)
 * (@ega039)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/submenu-missing-link-separators/#post-16099015)
 * Works perfect! Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Submenu missing link separators’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.68/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Patrick Mortier](https://wordpress.org/support/users/ega039/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/submenu-missing-link-separators/#post-16099015)
 * Status: resolved