Primary Navigation Menu

styling single menu item

I’m running into a roadblock trying to reproduce a nav menu style I used with a menu plugin prior to updating this site to GP: https://adaptistration.com Here’s the original styling, the far right nav item has a different color background: https://www.screencast.com/t/Hh8v79BOD The issue is nav menu elements occupies the full height. If I add padding … Read more

Dashicons in primary navigation menu

Hello, I see that I can activate dashicons for use in the front end by pasting in the following code to my php file add_action( ‘wp_enqueue_scripts’, ‘load_dashicons_front_end’ ); function load_dashicons_front_end() { wp_enqueue_style( ‘dashicons’ ); } I see that if I go in to Menus, and paste into my Navigation Label the HTML for a certain … Read more