-
Author
-
October 31, 2013 at 22:59 #5512kendollmixParticipant
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…
November 1, 2013 at 11:24 #5533SQadminKeymasterThere is this topic here:
https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-siteHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 1, 2013 at 19:30 #5643hughmParticipantI 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 🙂November 1, 2013 at 20:16 #5649hughmParticipantSorry 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.November 1, 2013 at 23:57 #5681SQadminKeymasterHi, 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 solutionNovember 11, 2013 at 18:36 #6409adamParticipantHi – 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!
November 11, 2013 at 21:53 #6417adamParticipantFound one more heart in the profile nav: Groups->(heart) Invitations. How can I remove this one as well?
November 12, 2013 at 20:28 #6500SQadminKeymasterHi,
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 solutionDecember 15, 2013 at 08:29 #8286adamParticipanthi – 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?
December 16, 2013 at 13:04 #8348AbeKeymasterHi 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. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.