Add custom css class to navigation item of navigation block
-
When I look in my navigation block, I see code like this:
<!-- wp:navigation-link {"label":"Donate","opensInNewTab":true,"url":"https://www.paypal.com/donate?hosted_button_id=myid","kind":"custom"} /-->
How do I add a custom CSS class called
my-custom-class
to this item so that the eventual html element looks something like this<li class="my-custom-class ...etc..."><a><span></span></li>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add custom css class to navigation item of navigation block’ is closed to new replies.