Site logo

Archived topic

2px border line of css on top and bottom of primary menu

5 replies · Started by Anonymous on July 14, 2016

Viewing posts 1–6 of 6

Your theme is fantastic and glad I purchased the Premium package.

I can not figure out how to place a 2px colored border on the top and bottom of the primary header menu.

Thanks!

Craig

I am trying to copy the design of a site using GP Premium plus Elementor Pro.
Is it possibe to implement borders on the content and sidebar like you see here -
http://www.centreculturelvedique.com/ch/

Hi there,

this CSS will get you started:

.inside-article, .inside-right-sidebar {
    border: 1px solid #000 !important;
    border-radius: 3px;
}

It worked!!!
Thank you so much David!
Also, is it possible to add radius for smooth corners?

Edited David's CSS.

Please open a new topic if you need further assistance.

Thanks!

This archived topic is closed to new replies.