Title: Styling Tempera Main Menu
Last modified: August 24, 2016

---

# Styling Tempera Main Menu

 *  Resolved [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [11 years ago](https://wordpress.org/support/topic/styling-tempera-main-menu/)
 * I can’t find where in the style.css I can remove the white border between primary
   menu elements.
 * [http://dev.ekorganizing.com/](http://dev.ekorganizing.com/)

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

 *  [Martin Robbins](https://wordpress.org/support/users/santeven/)
 * (@santeven)
 * [11 years ago](https://wordpress.org/support/topic/styling-tempera-main-menu/#post-6143556)
 * It seems not in the style.css. It is inline:47
 *     ```
       #access > .menu > ul > li > a > span {
           box-shadow: 1px 0px 0px #FFF;
       }
       ```
   
 * You could try custom css or child theme css something like this:
 *     ```
       #access > .menu > ul > li > a > span {
           box-shadow: none;
       }
       ```
   
 *  Thread Starter [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [11 years ago](https://wordpress.org/support/topic/styling-tempera-main-menu/#post-6143560)
 * Thank you Martin! I put that in custom CSS and it worked perfectly. For my own
   knowledge, which file has that line?
 *  [Martin Robbins](https://wordpress.org/support/users/santeven/)
 * (@santeven)
 * [11 years ago](https://wordpress.org/support/topic/styling-tempera-main-menu/#post-6143563)
 * I didn’t find the file, other than that the code should be on line 47.
 * You are welcome, please mark the topic resolved?
 *  Thread Starter [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [11 years ago](https://wordpress.org/support/topic/styling-tempera-main-menu/#post-6143569)
 * Thanks again.

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

The topic ‘Styling Tempera Main Menu’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/styling-tempera-main-menu/#post-6143569)
 * Status: resolved