menu boder?
Posted: 30 Nov 2020, 14:00
Hi Karl~
I'd like to use a border for a specific menu.
What do I do?
I'd like to use a border for a specific menu.
What do I do?
a[href="/contact/"] {
border: 1px solid #000;
}wow~ thx~~mjau-mjau wrote: 거기에 몇 가지 방법이지만, 가장 간단한에 추가하는 것입니다 설정> 사용자 정의> 사용자 정의 CSS : href를 정확히 링크와 일치해야합니다.Codea[href="/contact/"] { border: 1px solid #000; }
But it doesn't apply if it's an external link button, does it?mjau-mjau wrote: There is a few ways, but the simplest is to add to Settings > Custom > Custom CSS:The href must match the link exactly.Codea[href="/contact/"] { border: 1px solid #000; }
It should still apply. Got a link?TristanJo wrote:But it doesn't apply if it's an external link button, does it?