Archived topic
Style of sidebar in all website
3 replies · Started by Miguel on March 22, 2023
Hello!
I'm writing to ask for support in two different things:
1. On the website, I have a different style in the sidebar for the homepage than for the rest. The homepage is created with Elementor, do you know if it is possible, using CSS or other options, to apply the same style to the whole website? The one I like and I'm interested in is the one created by GeneratePress for the whole website (except the front page).
2. On the other hand, I would like the search tool to work as in another website we manage (link sent privately). When you do a search, you have filter options on the right side (it replaces the sidebard). Could this be configured on the website with GeneratePress?
Thanks!
Hi there,
1. You could use this CSS to style the widgets in the elementor sidebar:
.elementor-widget-sidebar .widget {
padding: 30px;
background-color: #CC333308;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
border-radius: 5px;
}
But you would also need to edit the sidebar in elementor and remove its padding and border.
2. For the search page, you would need a plugin like this:
It worked perfectly. Thank you very much, David!
Glad to hear that