Page 1 of 1

menu boder?

Posted: 30 Nov 2020, 14:00
by TristanJo
Hi Karl~

I'd like to use a border for a specific menu.

What do I do?
 
스크린샷 2020-12-01 오전 3.57.36.png
스크린샷 2020-12-01 오전 3.57.36.png (97.31 KiB) Viewed 1997 times

Re: menu boder?

Posted: 30 Nov 2020, 21:57
by mjau-mjau
There is a few ways, but the simplest is to add to Settings > Custom > Custom CSS:
Code
a[href="/contact/"] {
  border: 1px solid #000;
}
The href must match the link exactly.

Re: menu boder?

Posted: 30 Nov 2020, 22:20
by TristanJo
mjau-mjau wrote: 거기에 몇 가지 방법이지만, 가장 간단한에 추가하는 것입니다 설정> 사용자 정의> 사용자 정의 CSS : href를 정확히 링크와 일치해야합니다.
Code
a[href="/contact/"] {
  border: 1px solid #000;
}
wow~ thx~~

Re: menu boder?

Posted: 30 Nov 2020, 22:25
by TristanJo
mjau-mjau wrote: There is a few ways, but the simplest is to add to Settings > Custom > Custom CSS:
Code
a[href="/contact/"] {
  border: 1px solid #000;
}
The href must match the link exactly.
But it doesn't apply if it's an external link button, does it?
스크린샷 2020-12-01 오후 12.25.26.png
스크린샷 2020-12-01 오후 12.25.26.png (67.96 KiB) Viewed 1993 times

Re: menu boder?

Posted: 01 Dec 2020, 03:11
by mjau-mjau
TristanJo wrote:But it doesn't apply if it's an external link button, does it?
It should still apply. Got a link?