Home Forums Unicon Change button text color

Home Forums Unicon Change button text color

  • Creator
    Ticket
  • #84148
    restauram
    Buyer

    Hi!

    A quick question regarding changing button text color and button hover color (background and text color), I have so far found no way to do this. Is it maybe overridden by some CSS in stylesheet files? I tried with the following CSS code with no result (shadow and transform did work though):

    .mybutton {
    color: black;
    transition-duration: 0.4s;
    }
    .mybutton:hover {
    background-color: #fff;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

    Thanks again for a great theme and excellent support!

Sorry, only verified customers can view ticket replies.