-
Author
-
December 9, 2013 at 22:22 #8009rota299Participant
Hi guys, i need help with 2 things.
1. Change this pink button and icon from the java CreateAccount popup:https://drive.google.com/file/d/0Bzqs439iIKtxWTZUUEU2ekE1Nmc/edit?usp=sharing
2. I need some link to put in buttons that i can open this pop anywhere…like when i click on Create Account button on top.
thanks for help
December 11, 2013 at 13:24 #8096AbeKeymasterHi,
1. You can change that button from this file: wp-content/themes/sweetdate/page-parts/general-register-modal.php
Pink comes from class “alert” that you can remove. The icon you can change the heart with one from: http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/2. In your page content you can add this button code just like in the header. Make sure you add it in the Text tab and not Visual:
COPY CODE<a class="tiny button radius" data-reveal-id="register_panel" href="#"><i class="icon-group"></i> SIGN UP</a>
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.December 16, 2013 at 20:42 #8384rota299ParticipantAbe, how can i change this Alert? what i need to change in the code?
<button type=”submit” id=”signup” name=”submit” class=”radius alert button”><i class=”icon-<?php echo apply_filters(‘kleo_register_button_icon’,’heart’); ?>”></i> <?php _e(“CREATE MY ACCOUNT”, ‘kleo_framework’);?></button>
i want yellow button, with profile icon
December 17, 2013 at 20:56 #8451SQadminKeymasterHi, the “alert” class come from Foundation framework by default http://foundation.zurb.com/docs/v/3.2.5/buttons.php, so, the yellow button doesn’t have a defined class but you can replace “alert” with a custom class(“yellow”) and refer to this in quick css box like this:
COPY CODE.button.btn-yellow { background-color: #ff9933; border: 1px solid #fda44a; } .button.btn-yellow:hover, .button.btn-yellow:focus { background-color: #fda44a; border: 1px solid #fda44a; }
Button example: http://d.pr/n/yq2G , http://d.pr/i/Sd6N
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.