Site logo

Archived topic

how to add this type of sidebar in generatepress

5 replies · Started by Sanu Kumar on November 27, 2019

Viewing posts 1–6 of 6

Hey there
how to add sidebar like this website in generate press.
Thank You

Hi there,

GeneratePress . com support forum uses the Customizer > Layout > Container ---> Content Layout: Separate Containers.

The Customizer > Colors > Content background is set to a transparent color.

And then this CSS to add the radius corners:

.sidebar .widget,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border-radius: 5px;
}

this plugin is not working with latest version of WordPress. Is there any other method.

I tested that plugin on 5.3 and had no problems with it. Maybe another plugin is conflicting.
The only other posts plugin i use is WP Show Posts:

https://wpshowposts.com

This archived topic is closed to new replies.