Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    try to add this css code in your custom stylesheet

    .compare.button {
        min-height: 32px;
        text-transform: uppercase;
        text-align: center;
        padding: 0 20px;
        margin: 0;
        border-radius: 2px;
        cursor: pointer;
        line-height: 32px;
        background: #a0ce4e;
        color: rgba(255,255,255,0.8);
        font-weight: 700;
        font-size: 12px;
    }
    .compare.button:hover {
       background: #96c346;
    }

    Let me know, regards

    Thread Starter lonewolf70

    (@lonewolf70)

    It works great!

    Thank you very much for your support!

    Greetings from Germany.

    Thread Starter lonewolf70

    (@lonewolf70)

    I have a second question.

    Can i use this for the wishlist button also? When i set .wishlist.button instead.compare.button it dosnt work.

    Thanks.

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    yes of course you can use this code also in wihslist. Try, instead of .wishlist.button, this selector: .yith-wcwl-add-to-wishlist a

    Regards ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Only Textlinks an no buttons in Avada Theme’ is closed to new replies.