This topic has 5 replies, 3 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #195367
     lusien
    Participant

    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.
    #195474
     Radu
    Moderator

    Hi,

    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
    R

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

    Hi 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

    #195610
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #195664
     lusien
    Participant

    Thanks Kieran, problem is solved now. Many thanks for your support. I will marked the ticket as resolved.

    #195668
     Kieran_SQ
    Moderator

    Hi @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 solution

    If 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.

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?