Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #912650
    Derek
    Participant

    Hello,

    How can I create a circle-down button like the one included in the Revolution Slider on my homepage?
    http://422.e82.myftpupload.com

    Cheers,
    Derek

    #912652
    Derek
    Participant
    This reply has been marked as private.
    #913009
    Rupok
    Member

    Hi there,

    Thanks for writing in! After selecting a slider for your page either on “Above Masthead” or “Below Masthead” you will see the option to enable scroll bottom anchor. Let’s enable this to get this button – http://prntscr.com/b09zsb

    Hope this helps.

    Cheers!

    #913589
    Derek
    Participant

    Hello,

    Thanks for the reply. If you look on my homepage I already have the circle on the slider:
    http://422.e82.myftpupload.com

    I would like to create a circle button exactly like that one, but in another section of the website (not on the slider). How can I do that? (Please see screenshot).

    Thanks,
    Derek

    #913884
    Rupok
    Member

    Hi there,

    Thanks for clarifying.

    You can use this HTML within a Text element :

    <a class="custom-down-icon" href="#">
        [x_icon type="angle-down"]
     </a>

    Then add this under Custom > CSS in the Customizer.

    .custom-down-icon {
      border: 3px solid;
      border-radius: 50%;
      color: #333;
      display: block;
      font-size: 40px;
      height: 60px;
      line-height: 10px;
      text-align: center;
      width: 60px;
    }

    Let’s adjust the CSS if needed.

    Cheers!

    #979426
    Derek
    Participant

    Fantastic. Thank you!

    #979724
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-912650 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>