Title: Removing brder
Last modified: August 20, 2016

---

# Removing brder

 *  [nsomsen](https://wordpress.org/support/users/nsomsen/)
 * (@nsomsen)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/removing-brder/)
 * I’m still kind of new on using WordPress, and I’ve been trying to remove the 
   borders to the images. (The shadow affect) I have created a child based off of
   the Twenty-Twelve Theme. I speculate I need to change something in the CSS, but
   I don’t know. Any help would be greatly appreciated.
 * [http://wordpress.org/extend/plugins/nav-menu-images/](http://wordpress.org/extend/plugins/nav-menu-images/)

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

 *  [Beth Soderberg](https://wordpress.org/support/users/bethsoderberg/)
 * (@bethsoderberg)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/removing-brder/#post-3521205)
 * Could you post a link to your site so I can take a look at the source and see
   if I can help?
 *  Thread Starter [nsomsen](https://wordpress.org/support/users/nsomsen/)
 * (@nsomsen)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/removing-brder/#post-3521323)
 * Sorry it took me a little while to get back to you. Unfortunately I don’t have
   the page active online. I have it running off my localhost. I do have a screenshot
   if that helps. I can provide specific code if you’d like: [http://imgur.com/pM7Lpjz](http://imgur.com/pM7Lpjz)
 *  Plugin Author [Milan Dinić](https://wordpress.org/support/users/dimadin/)
 * (@dimadin)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/removing-brder/#post-3521372)
 * Although this is probably not relevant anymore, in general you either need to
   create style for all menu items or for specific menu item by giving it a specific
   class on [edit screen](https://codex.wordpress.org/Appearance_Menus_SubPanel#Rearranging.2C_Configuring.2C_and_Deleting_Menu_Items).
 *  [hartmutnz](https://wordpress.org/support/users/hartmutnz/)
 * (@hartmutnz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-brder/#post-3521373)
 * If anyone still needs help with the “borders” around the nav images:
    Go to your
   Child Theme, STYLE.css , and look for: .primary-navigation Change the PADDING
   to 0. Then do the same for .secondary navigation. That fixes it and there will
   be no borders or padding!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-brder/#post-3521374)
 * If it’s a Child Theme style.css file then it’ll be `@import`-ing the CSS over,
   you won’t be able to look for “`.primary-navigation`” in there.
 *  [hartmutnz](https://wordpress.org/support/users/hartmutnz/)
 * (@hartmutnz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-brder/#post-3521375)
 * Hi, of course you’ll need to first copy the “.primary-navigation” and “secondary-
   nav” code into your child theme.. then edit it.
 * If you don’t want to create a child theme, just edit the regular style.css (however
   the reason to create a child theme is that in case of future updates you don’t
   have to worry about the style.css – It is really quite simple to create a child
   theme, as long as you have access to FILEMANAGER or ftp, simple create a folder
   name it “child”, then copy the style.css into that, then set your theme to child
   theme, done. read the WordPress codex about that)
    good luck, Groggo

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

The topic ‘Removing brder’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nav-menu-images.svg)
 * [Nav Menu Images](https://wordpress.org/plugins/nav-menu-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nav-menu-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nav-menu-images/)
 * [Active Topics](https://wordpress.org/support/plugin/nav-menu-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nav-menu-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nav-menu-images/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)

 * 6 replies
 * 5 participants
 * Last reply from: [hartmutnz](https://wordpress.org/support/users/hartmutnz/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/removing-brder/#post-3521375)
 * Status: not resolved