Hi,
You need to make a change in a file. Best practice is to activate the sweetdate-child theme.
After you have activated the child theme, by FTP copy the file from
wp-content/themes/sweetdate/custom_buddypress/kleo-bp-search.php
to
wp-content/themes/sweetdate-child/custom_buddypress/kleo-bp-search.php
Then edit the one you just copied and you need to edit line 203 that looks like this:
COPY CODE
<div class="seven offset-by-five columns"><button class="button radius"><i class="icon-search"></i> <?php _e("SEARCH", 'kleo_framework'); ?></button></div>
and add the LOGIN button after the SEARCH button. You should add it before the closing div and it should look like:
COPY CODE
<a href="/wp-login.php" class="button radius">LOGIN</a>
Cheers,
Abe
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution