Home › Forums › Support › GeneratePress CSS hiding Beaver Builder Navigation This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago by Ken. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts January 8, 2018 at 9:42 am #465990 Ken This CSS .site-main [class*=navigation] { margin: 0 0 2em; overflow: hidden; } is hiding the navigation prev and next arrows on Beaver Builder’s posts slider and carousel modules. <div class="fl-post-slider-navigation" This can be over-ridden in CSS but took me some time to figure out so wanted to post for others: .fl-post-carousel-navigation, .fl-post-slider-navigation { overflow: visible!important; } GeneratePress 2.0.1GP Premium 1.5.6 January 8, 2018 at 12:06 pm #466098 TomLead Developer Lead Developer Hi Ken, We have an open issue on GitHub about that snippet of CSS being greedy like this. It was built into Underscores, which GP was originally built on. We hope to remove it soon, but need to make sure doing so won’t cause any other issues. Thanks for posting the solution! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 8, 2018 at 1:10 pm #466148 Ken ha…damn greedy css! Glad to hear a fix is in the works. Appreciate the quick reply Tom. Thank you! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In