unable to change text color of action bar

Hello, before writing here, i read all threads and used custom CSS #Action_bar .contact_details { color: #000 !important; }
#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

  • Hi,

    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; }
Sign In or Register to comment.