unable to change text color of action bar
#Action_bar .contact_details a { color: #000 !important; }Also, i am using custom color. Can you please check, how i can change hover color of my action button, its here.
thanks,
#Action_bar .contact_details a { color: #000 !important; }Also, i am using custom color. Can you please check, how i can change hover color of my action button, its here.
thanks,
Comments
to change Action Button hover color please use:
.button-stroke a.button.button_theme:hover, .button-stroke a.tp-button.button_theme:hover, .button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover { background: #000 !important; color: #FFF !important; }