Title: Colorize drop-down arrow of menu button Post by: sky-t on January 31, 2018, 03:40:00 AM Hi there,
is there a way to change the color of the drop-down arrow in menu button dynamicly? I can change the color of the text in menu button but i also want to change the color of the arrow. Thanks for your solution! Title: Re: Colorize drop-down arrow of menu button Post by: jarry on January 31, 2018, 06:39:45 AM Define each style of the down arrows.
Code: <style type="text/css"> Add the menubutton css class to change the down arrow style. Code: $('#b1').addClass('mb1'); |