Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Removing line from mobile site
Does anyone does anyone know how to remove the line that appears at the bottom of the navigation? It only appears on the mobile version. Thx.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
Adam7

10-10-2018
12:10 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
If you add this to Settings > SEO > Header Code, it should remove it on the live site:
<style> @media (max-width: 992px) { #header { border-bottom: none !important; } } </style>
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report