Remove Favorites Heart CSS Not working

This topic contains 3 replies, has 3 voices, and was last updated by  Evan Hasson 6 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #416380

    Evan Hasson
    Expired Member
    Post count: 47

    Hello,
    I am trying to remove the ‘Favorite’ option from the entire website and was able to disable everything besides the ‘Add To Favorite’ heart on the individual listing page. Any suggestions?

    I used this custom CSS I found in the forum:

    .geodir-addtofav, .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments, .geodir_category_list_view li .geodir-addinfo span {
    display: none;!important;
    }

    #416392

    Kor
    Moderator
    Post count: 16516

    Hi Evan,

    Please replace the custom CSS with the below.

    
    
    .geodir-addtofav, .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments, .geodir_category_list_view li .geodir-addinfo span {
    display: none!important;
    }

    Thanks!

    #416393

    Alex Rollin
    Moderator
    Post count: 27815

    Try removing the semicolon after none

    
    
    
    .geodir-addtofav, .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments, .geodir_category_list_view li .geodir-addinfo span {
    display: none !important;
    }
    
    #416404

    Evan Hasson
    Expired Member
    Post count: 47

    That worked! Thank you!

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket