oncebrewed Posted December 30, 2020 Share Posted December 30, 2020 Site URL: https://www.thephotographyplace.co.uk/ Hello, I have just added a plug-in mega menu to my site which has tidied up what was a messy menu. My only issue now is that I want to remove the page link underlines. The mega menu is built in the footer but the underline isn't removed by removing footer ( or header ) underlines. I would be grateful for any thoughts. Thanks, Cris Link to comment
tazmeah Posted December 30, 2020 Share Posted December 30, 2020 Are you talking about the top navigation submenus? If so, those "underlines" are background-images. They can be removed with this code. .show-mega-menu a { background-image: none !important; } Link to comment
oncebrewed Posted December 30, 2020 Author Share Posted December 30, 2020 Amazing, thanks so much for your prompt reply, that has worked perfectly. Link to comment
tuanphan Posted January 5, 2021 Share Posted January 5, 2021 On 12/30/2020 at 6:22 PM, oncebrewed said: Amazing, thanks so much for your prompt reply, that has worked perfectly. I see your site has very long content on some pages. You should consider adding a back to top button. Also, on tablet, I see logo is not center (vertical). You can add this to Custom CSS /* Tablet footer */ @media screen and (max-width:991px) and (min-width:768px) { div#page-section-5f4d05f523958d79eae28fbf>.row, div#page-section-5f4d05f523958d79eae28fbf>.row .span-8>.row { display: flex; align-items: center; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.