This topic has 2 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #167943
     swl100
    Participant

    I have facebook login working perfectly from the button on my homepage.

    However, I wish to add an additional, more prominent facebook login button further down the home page.  How can I do this?  Can I also add the facebook login link to other pages/posts on my site?

     

    #168008
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #168095
     Radu
    Moderator

    Hi,

    Just paste this code into VC using Raw HTML element

    COPY CODE
    
    <div class="custom-button-location kleo-fb-wrapper text-center">
    <a href="#" class="kleo-facebook-connect btn btn-default "><i class="icon-facebook"></i>
     Log in with Facebook</a>
    </div>
    

    Then you can customize only this with the next CSS that will be added to wp-admin -> theme options -> general options -> quick CSS

    COPY CODE
    
    .custom-button-location.kleo-fb-wrapper.text-center a {
        font-size: 15px;
        padding: 20px;
    }
    

    Cheers
    R.

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?