http://www.crestedbuttecomputers.com/dev/unitedstatesfittings/
I would like the “Request A Quote” item in the custom menu in the sidebar on the left to have the same styling as the “Request A Quote” Button in the top menu. I have applied that option in menu styling but it doesn’t apply…
Also – is there a way to change the styling of the :before bullet in the sidebar menu? Secondary and Tertiary links should have a different bullet.
Hi ewingmh!
you would need to call the specific menu items by using menu item number, e.g.:
li#menu-item-588:before {
content: "\2219";
}
Regards,
Andy
That answers the 2nd half – anyone know about the 1st half of the question?