Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #981239
    davidferp
    Participant

    Hello there,

    For now I am using the code below to customize the top anchor link, but I would like to be able to change the icon in the circle of the scroll anchor too, to another character or custom icon.

    .x-scroll-top {
        border: 3px solid rgb(73, 168, 150);
        bottom: 40px;
        color: rgb(73, 168, 150);
        height: 40px;
        line-height: 30px;
        width: 40px;
      	font-size: 25px;
      	opacity: 1 !important;
    }

    Could you please help me here?

    Thanks! ๐Ÿ™‚

    #981591
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #981595
    Rue Nel
    Moderator

    Hi There,

    Thanks for writing in!

    To change the icon inside the circle of the scroll anchor, please add the following css code in your child themeโ€™s style.css

    .x-scroll-top i:before{
        content: "\f104";
    }

    This code will not work out in the customizer because it will automatically remove slash and backslash for security purposes. You can get the icon’s css rule here: http://fontawesome.bootstrapcheatsheets.com/

    Hope this helps.

    #982759
    davidferp
    Participant

    Thank you that worked! And even straight from the customizer ๐Ÿ˜‰

    #982835
    Rahul
    Moderator

    Let us know if we can help you with anything else!

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