How could add an icon of my choosing to the left of each of the top bar menu items here: http://50.87.248.111/~pilatfb0/ ?
You could use this if you need something: http://50.87.248.111/~pilatfb0/wp-content/uploads/2015/01/logovector_flaviconsized-011.png
Or, I could use an icon font or an emoji code.
I was also thinking I could redefine one of the two button styles.
thank you
Hey gharding!
Thank you for using Enfold.
You can add the icon shortcode beside the text on the Navigation Label. Or add an image.
Regards,
Ismael
this worked, thank you, but how can I get it to align horizontally?
Hey!
Try adding this code to the Quick CSS:
.sub_menu .menu-item img {
position: relative;
top: 3px;
}
Cheers!
Josue