This topic has 1 reply, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #1641
     liensenor
    Participant

    Hi,

    When i click on register, i have pink button with “love” icon. Can you tell me how to remove the icon and change the color of the button?

    Cheers

    #1658
     SQadmin
    Keymaster

    Hi,
    I think the easiest method is to edit page-parts/general-register-modal.php (copy it to sweetdate-child and modify it there)
    at line 24 remove alert from class attribute and

    COPY CODE
    <i class="icon-<?php echo apply_filters('kleo_register_button_icon','heart'); ?>"></i>

    Another option is to define a style for the alert button in Sweetdate-> Quick css : button.alert {background#HEX}
    and remove the icon by adding this into sweetdate-child.php:
    add_filter(‘kleo_register_button_icon’, function() { return ”;})

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

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

Log in with your credentials

Forgot your details?