Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 4 years ago.
Improve this questionI want the same effect than this post : / and I’m halfway there but can’t get the top border to be lower.
The page I need help with: /
Any help would be much appreciated.
Thanks.
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 4 years ago.
Improve this questionI want the same effect than this post : https://generatepress/forums/topic/border-around-a-single-menu-button/ and I’m halfway there but can’t get the top border to be lower.
The page I need help with: https://duplicate.naftali-estate.co.za/
Any help would be much appreciated.
Thanks.
Share Improve this question asked May 12, 2020 at 21:22 jtvdwjtvdw 31 bronze badge1 Answer
Reset to default 0Please add this CSS in your file. Remove all the CSS that you have added for "pricelist" class.
.pricelist a span{
border: 1px solid white;
padding: 12px;
}
.pricelist a span.plus{
border:0;
padding:0;
}
.pricelist a span .underline_dash{
display:none;
}
This CSS will make the nav as seen in the screenshot.