Archived topic
2px border line of css on top and bottom of primary menu
5 replies · Started by Anonymous on July 14, 2016
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
Hi Craig,
Glad you're enjoying it!
Try this CSS:
.main-navigation {
border-top: 2px solid #222222;
border-bottom: 2px solid #222222;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
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!