-
Author
-
April 19, 2018 at 17:42 #195367lusienParticipant
Hello,
Besides the logo there are few places in the theme where I can see different hearts images (?) being displayed. See attach some examples. How can I remove/change them? I’m using the theme for a different scope not for dating so the hearts do not fit.
Thanks.
Attachments:
You must be logged in to view attached files.April 20, 2018 at 19:19 #195474RaduModeratorHi,
To can hide or change that icon use this css
COPY CODE.circular-item .hearts { /* background: url(../images/hearts_bg.png) no-repeat; */ background:none; }
Hide friendship heart icon
COPY CODE#friends-my-friends:before { content:""; }
Can you show the page where this button it’s ? https://archived.seventhqueen.com/wp-content/uploads/2018/04/heart1-128×65.jpg
The css will be added to wp-admin -> theme options -> styling options -> quick css
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 20, 2018 at 21:48 #195489lusienParticipantHi Radu,
Many thanks, I have added the css as mentioned and problem is solved. The page where “CREATE MY ACCOUNT” button is located is actually the pop-up sign up window triggered by the Sign up button in the top left side.
Best regards
April 21, 2018 at 19:35 #195610Kieran_SQModeratorHi,
Please use the below custom CSS to remove the heart icon from the registration form
COPY CODE#register_form i.icon-heart { display: none !important; }
Make sure to clear your cache to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 22, 2018 at 13:37 #195664lusienParticipantThanks Kieran, problem is solved now. Many thanks for your support. I will marked the ticket as resolved.
April 22, 2018 at 16:05 #195668Kieran_SQModeratorHi @lusien,
Glad to hear this is now resolved for you. If you have any other questions please feel free to open a new ticket and we’ll be happy to assist.
If you haven’t already done so please consider leaving us a review on ThemeForest, every review really does help.
https://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/reviews/4994573
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.