Tagged: x
-
AuthorPosts
-
May 8, 2016 at 1:47 pm #981239
davidferpParticipantHello 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! ๐
May 8, 2016 at 9:31 pm #981591
Nabeel AModeratorHi 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.
May 8, 2016 at 9:34 pm #981595
Rue NelModeratorHi 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.
May 9, 2016 at 1:35 pm #982759
davidferpParticipantThank you that worked! And even straight from the customizer ๐
May 9, 2016 at 2:09 pm #982835
RahulModeratorLet us know if we can help you with anything else!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-981239 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
