Twenty Fourteen: How to remove borders on side menu?
-
I’d like to remove the grey borders between items in the side menu in a site using the Twenty Fourteen template, but I can’t figure out how. I have a child theme and found the CSS that is causing it, but when I add new CSS in the editor, it still generates page-level CSS that overrides my change. If anyone could help, I”d be very grateful!
This is the site:
https://unconfirmedmakeshiftmuseum.orgThe CSS that I think should fix it (based on using the web inspector in Safari and editing the CSS there) but gets overridden when I try adding it to my styles.css is this:
.site-navigation li, #secondary, .secondary-navigation, .secondary-navigation li, .widget table, .widget th, .widget td, .widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li, .widget_categories li ul, .widget_nav_menu li ul, .widget_pages li ul, .widget abbr[title]
{
border-color: rgba(255, 255, 255, 0.2);
}Thanks in advance for any help!
- The topic ‘Twenty Fourteen: How to remove borders on side menu?’ is closed to new replies.