New Landing How can we help? Themeforest Theme Support Neighborhood Add/Added Wishlist Button – Change Style + Add title="" Attribute

Viewing 5 posts - 1 through 5 (of 5 total)
  • #268463
    Knut Klimmek
    Member
    Post count: 55

    Hey Guys,

    Looking for some help editing the Wishlist button on the product pages.

    So far I’ve edited the star; made it yellow, bigger, removed the background and added a :hover state:

    /* Add To Wishlist Button */
    .yith-wcwl-add-button > a i{
    color: #ccc;
    font-size: 25px;
    }
    .yith-wcwl-add-button > a i:hover{
    color: #FFDF00;
    text-shadow: 0px 0.5px #999 !Important;
    }
    .woocommerce form.cart .yith-wcwl-add-to-wishlist{
    background-color:transparent;
    border-left: none;
    }

    I’m trying to now edit the checked grey box that appears after the user clicks the star:
    1.I’d like to remove the grey background on the checked box, after the product is added to the wishlist (see screenshot)
    – I’ve tried editing the css, but I cannot figure out which class/id to call to change that background.. Any ideas?

    .woocommerce form.cart .yith-wcwl-wishlistaddedbrowse{
    background-color:transparent !Important;
    border-left:none;
    }
    
    .yith-wcwl-wishlistexistsbrowse show{
    background-color:none !Important;
    }

    2. I’d like to add a html title attribute to the Wishlist button, to display a title on hover.. Is there any way to do this?

    Any help is much appreciated!

    Cheers,
    Max

    Attachments:
    You must be logged in to view attached files.
    #268490
    Knut Klimmek
    Member
    Post count: 55

    Hey,

    I resolved 1. by using the following code:

    .woocommerce form.cart .yith-wcwl-add-to-wishlist a{
    background: none !Important;
    }
    #268493
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Glad you sorted 1.

    I’m afraid it isn’t possible without changing the Wishlist plugin code. Unfortunately those kind of customizations are outside our support scope.

    -Rui

    #268676
    Knut Klimmek
    Member
    Post count: 55

    Ok, thanks Rui!

    I’ll set this post to resolved..

    #268684
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad 🙂 that your issue resolved.
    Thanks
    Mohammad

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register