Home › Forums › Support › CSS to round corners on search bar? This topic has 4 replies, 2 voices, and was last updated 5 years, 1 month ago by Elvin. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts September 9, 2020 at 9:58 pm #1437482 Erik I used CSS provided on another topic to get my search bar below my navigation here: https://rationaldreaming.com/ However, my navigation has a 5px border radius and I can’t seem to get the same for the search bar. Is there a way to give it rounded corners like the nav bar? Thanks. September 9, 2020 at 10:55 pm #1437527 ElvinStaff Customer Support Hi Erik, You can try this CSS Code: .navigation-search.nav-search-active { border-radius: 5px; overflow: hidden; } Let us know if works for you.:) September 9, 2020 at 11:02 pm #1437531 Erik Getting close! What about the toggle button? It’s the only thing that still has square corners. https://rationaldreaming.com/ September 9, 2020 at 11:08 pm #1437537 Erik I found out how to do this by inspecting the element. Thank you for your help. September 10, 2020 at 12:08 pm #1438482 ElvinStaff Customer Support Nice one, No problem! 🙂 Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In