Archived topic
Rounded Corners for Search Results
3 replies · Started by Ian on March 30, 2019
Viewing posts 1–4 of 4
Howdy,
Everything on my site has rounded corners and a slight border expect for the "search results box. Can you tell me what I'm missing? Thanks so much!
}
.site-header, .widget, .inside-article, .one-container .container, .main-navigation, .secondary-navigation {
border-radius: 10px;
border: 1.1px solid #3d3d3d;
}
.separate-containers .comments-area {
border-radius: 10px;
border: 1.1px solid #3d3d3d;
}
If you just search for anything you'll see what I mean.
Hi there,
Try this:
.page-header, pt-cv-pinmas {
border-radius: 10px;
}
That was it, thank you!!
You're welcome :)
This archived topic is closed to new replies.