Tagged: x
-
AuthorPosts
-
April 30, 2016 at 2:05 am #906626
davidferpParticipantHello 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!
April 30, 2016 at 2:07 am #906628
davidferpParticipantThis reply has been marked as private.April 30, 2016 at 11:35 am #907037
davidferpParticipantOk, 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!
April 30, 2016 at 10:23 pm #907423
RadModeratorHi 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.
May 1, 2016 at 9:37 am #907874
davidferpParticipantHi!,
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?
May 1, 2016 at 11:25 am #908006
ThaiModeratorPlease add this CSS:
.x-slider-scroll-bottom.below i:before { display: none; }Hope it helps ๐
May 1, 2016 at 2:30 pm #908175
davidferpParticipantPerfect! Exactly what I wanted!
Thank you very much ๐
May 1, 2016 at 10:27 pm #908492
Rue NelModeratorYouโre welcome!
We’re glad we were able to help you out. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-906626 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
