Site logo

Archived topic

Re-design search bar

3 replies · Started by Klara on March 20, 2023

Viewing posts 1–4 of 4

Hello, I'm designing a website and the searchbar is giving me some trouble.

searchbar

- It is possible to remove the "Foundations..."-menu from inside the search area? It's an off-canvas menu.
- What css-class should I style if I want to change the appearance of the white search box?

Thank you, however when I try to style it (made it red for clarity) there seems to be a box behind it?

I want to have it white

That box is from the input element inside the form that you added the border radius to.

In your CSS include the overflow: hidden; property to fix that

This archived topic is closed to new replies.