Title: Lines between Menu Options
Last modified: October 26, 2020

---

# Lines between Menu Options

 *  [ynitishreddy96](https://wordpress.org/support/users/ynitishreddy96/)
 * (@ynitishreddy96)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lines-between-menu-options/)
 * Hello Team,
 * I want to show lines between the menu options, but only on the mobile version.
 * Can you please help me? I highlighted it in blue where I want these lines.
 * > [View post on imgur.com](https://imgur.com/a/0nTWAjC)

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

 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lines-between-menu-options/#post-13584742)
 * Hi,
 * You can add the below CSS code.
 *     ```
       @media only screen and (max-width: 958px){
       #mobile-dropdown ul li a {
           border-bottom: 2px solid blue;
       }
       ```
   
 * PS- change the color, pixel value, and style as per you need.
 *  Thread Starter [ynitishreddy96](https://wordpress.org/support/users/ynitishreddy96/)
 * (@ynitishreddy96)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lines-between-menu-options/#post-13585078)
 * Hey thank you so much [@abhikr781](https://wordpress.org/support/users/abhikr781/).
 * It is working.
 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lines-between-menu-options/#post-13589782)
 * You are most welcome!

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

The topic ‘Lines between Menu Options’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/lines-between-menu-options/#post-13589782)
 * Status: not resolved