Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1135723
'Claim Listing' Button
Closed

Comments

  •  3
    Key started the conversation

    How can i disable or delete the 'Claim Listing' button and the 'Add to Wishlist' Text-button from listingpage?


    And how can i delete the circle-icon on the top next stars and circle-icon in recommended picture from listingpage?


    Thank you


  •  1,845
    Elated replied

    Hello,

    You can remove "Claim Listing" button from Listing by adding code below:

    .eltd-listing-claim {
        display: none!important;
    }

    And to remove "Add to wishlist" add Custom Css code below:

    .eltd-single-listing-wishlist {
        display: none!important;
    }

    Custom Css code below will remove this circle https://www.screencast.com/t/H6Ft9UGO from Listing:

    .eltd-listing-item-category-icons {
        display: none!important;
    }

    If this is not the circle you are looking for to be removed please be more precise preferably with some screenshot. 

    If this is the second circle you want to be removed https://www.screencast.com/t/QZE8oZOhnVk add code below:

    .eltd-listing-related-categories {
        display: none!important;
    }

    All previous Custom Css code needs to be added into Elated Options > General > Custom Css field.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.