Site logo

Archived topic

Add a border to the post boxes in the home webpage

6 replies · Started by Mario on January 29, 2017

Viewing posts 1–7 of 7

Dear Tom,

I would like to add a border to the boxes of this home page (www.vivaelsoftwarelibre.com). I would like to manage the color and the type (dashed, and so on).

And, if possible, I would like to add also a border to the panels of the sidebar.

How can they be achieved?

I am using GP 1.3.41

Thanks

Hi Mario,

Try this CSS:

.generate-columns .inside-article {
    border: 2px solid #000000;
}
.sidebar .widget {
    border: 2px solid #000000;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

You can change the type by replacing solid and color by replacing the hex color code

Let me know if this works.

Edit the code above slightly.

Wow! what a quick answer!

Thanks Leo, it works perfectly. However, is it possible to exclude boxes of the sidebar?

Not quite sure what you meant? Thought you wanted borders around the sidebar as well?

If not you can just remove this part from above:

.sidebar .widget {
    border: 2px solid #000000;
}

That was exactly what I meant. Thanks for your support!

You're welcome :)

This archived topic is closed to new replies.