Thank you, @t-p!
And if I want to hide the button just for:
1. specific page
2. only the header button but not the other buttons
Is it the right way to think about it?
.page-id-1932 header .is-style-outline.is-style-outline.wp-block-button .wp-block-button__link {
display: none;
}
It works. Not sure if that is right.
-
This reply was modified 1 year, 2 months ago by jurkri.