This topic has 10 replies, 5 voices, and was last updated 10 years by Abe.

  • Author
  • #5512
     kendollmix
    Participant

    I’d like to change all hearts to simple dots to match my logo…. How can I do this…. What files should be edited… I resaved the hearts_bg.png files and re uploaded them, but it hasn’t changed the hearts I was expecting it to…

    #5533
     SQadmin
    Keymaster

    There is this topic here:
    https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5643
     hughm
    Participant

    I have the same question as kendollmix above. The article that you references is great and I used the code in my child theme functions.php to modify my site. But I still have the same question regarding removing only the hearts graphic from the Match function on the member profiles, and not the entire matching function.
    I found the graphics in Sweetdate/assets/images (heartsbg@2x & hearts_bg) but when I change the images to empty png files and uploaded them to the same location on the server the heart graphic still remains.
    Am I missing something? Probably 🙂

    #5649
     hughm
    Participant

    Sorry for the confusion. The old heart image must have been cached in my browser.
    So what I mentioned above worked. I replaced the heart image .png files (heartsbg@2x & hearts_bg) at Sweetdate/assets/images and the hearts no longer display.

    I am not sure if it is better to change the name of the files so that it simply doesn’t read the hearts image or to replace them with blank png files?
    Also, best practice might be to create a folder structure in the childtheme (sweetdate-child/assets/images) and put the modified images there but when I tried this it didn’t work and the hearts still display above the match meter.

    #5681
     SQadmin
    Keymaster

    Hi, See my reply here for a cleaner way: https://archived.seventhqueen.com/forums/topic/compatibility-match#reply-5666

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6409
     adam
    Participant

    Hi – I am able to remove all of the hearts from the site except for one: Friendships. When you click on Friends in the menu on your profile it says (heart) Friendships (two opposite arrows) Requests.

    How can I remove or change that heart before Friendships?

    Thanks!

    #6417
     adam
    Participant

    Found one more heart in the profile nav: Groups->(heart) Invitations. How can I remove this one as well?

    #6500
     SQadmin
    Keymaster

    Hi,
    To remove the Friendships heart add this to Sweetdate – Styling options – Quick css:

    COPY CODE
    
    #friends-my-friends:before {content: "";}
    

    to replace it with a star for example, do it like this:

    COPY CODE
    
    #friends-my-friends:before {content: "";}
    

    for the groups:

    #invites:before {content: “”;}

    You can choose another icon from here: http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6502
     adam
    Participant

    that’s perfect. thanks!

    #8286
     adam
    Participant

    hi – strangely the code above no longer works for me:

    COPY CODE
    
    #friends-my-friends:before {content: "";}
    

    i think this may be an issue resulting from the latest theme update?

    #8348
     Abe
    Keymaster

    Hi Adam. Code works. Maybe you have an error in another CSS code from the quick css box and that one will no longer be interpreted.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?