buzzdeep 0 Report post Posted November 8, 2010 In the attached image, there's a white separator shown. What css element can be used to remove it? Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 8, 2010 Ya we'll use custom css... have a live link for us? Share this post Link to post Share on other sites
buzzdeep 0 Report post Posted November 9, 2010 Sure, here it is on my dev env Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted November 9, 2010 Didn't come through. Just copy the URL from your browser and paste as is. Thanks, Bryan Share this post Link to post Share on other sites
buzzdeep 0 Report post Posted November 9, 2010 sorry, here's the link: http://sitejerk.com/ Also, there's a gap/space between header/branding area and primary nav. How can we remove that gap so nav is just merged into branding? I was able to do that by using hook by adding branding into navigation bar, but then that lose some functionalty that I can add in branding area. Share this post Link to post Share on other sites
buzzdeep 0 Report post Posted December 15, 2010 any help please? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted December 15, 2010 Let's try this: ` #header #primary-nav ul.sf-menu ul li { border-bottom: 1px solid #54453A; } ` in Custom Code > Custom CSS. If you want to eliminate it altogether just change 1 to 0. Thanks, Bryan Share this post Link to post Share on other sites
buzzdeep 0 Report post Posted December 15, 2010 Awesome...Thanks Bryan!! Share this post Link to post Share on other sites