Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #906626
    davidferp
    Participant

    Hello guys,

    I am trying to change the anchor link icon that appears at the bottom of the slider of the home page in my site (http://2c1bl.wpstagecoach.com). I used the code below

    
    .x-icon-angle-down:after {
       content: "\f063" !important;
    }
    

    But it doesn’t substitute the icon, it simply adds the new icon to the right of the currently existing (http://prnt.sc/aylos0).

    How can I get only one icon in place?

    Also, how can I change its size and color?

    Thanks you!

    #906628
    davidferp
    Participant
    This reply has been marked as private.
    #907037
    davidferp
    Participant

    Ok, I found out how to change the color of the anchor link icon from CornerStone.

    How can I also get rid of the circle around the anchor link icon?

    Thanks you X-team!

    #907423
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    Please change your CSS to this

    .x-icon-angle-down:after {
        content: "\f063";
    }

    Pseudo after and before are different. Using both will of course just append it.

    About the circle, please add this as well

    .x-slider-scroll-bottom {
    border: 0px;
    }

    Hope this helps.

    #907874
    davidferp
    Participant

    Hi!,

    Thank you for your answer, I could get rid of the circle with your second code :-). However, the first code portion you proposed did not help… I still see two icons instead of a single one…

    What am I doing wrong?

    #908006
    Thai
    Moderator

    Please add this CSS:

    .x-slider-scroll-bottom.below i:before {
        display: none;
    }

    Hope it helps ๐Ÿ™‚

    #908175
    davidferp
    Participant

    Perfect! Exactly what I wanted!

    Thank you very much ๐Ÿ™‚

    #908492
    Rue Nel
    Moderator

    Youโ€™re welcome!
    We’re glad we were able to help you out.

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