Site logo

[Resolved] Style of sidebar in all website

Home Forums Support [Resolved] Style of sidebar in all website

Home Forums Support Style of sidebar in all website

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2576605
    Miguel

    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!

    #2577158
    David
    Staff
    Customer Support

    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:

    https://en-gb.wordpress.org/plugins/search-filter/

    #2582264
    Miguel

    It worked perfectly. Thank you very much, David!

    #2582499
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.