最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

css - Border around menu button

programmeradmin0浏览0评论
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 question

I 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 question

I 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 badge
Add a comment  | 

1 Answer 1

Reset to default 0

Please 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.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论