Tagged: x
-
AuthorPosts
-
October 1, 2016 at 9:14 pm #1198961
mynemesisParticipanthi there,
could you please point me to where i can change this icon to a bigger or darker/more obvious icon please.
I have attached a screenshot now
October 2, 2016 at 2:20 am #1199071
ChristopherModeratorThanks 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.
October 2, 2016 at 5:30 am #1199179
mynemesisParticipantThis reply has been marked as private.October 2, 2016 at 5:46 am #1199192
ChristopherModeratorHi there,
Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
Please add following code under child theme’s style.css file :
i.x-icon-chevron-right:before { content: "\f138"; color: red; font-size: 47px; } i.x-icon-chevron-left:before { content: "\f137"; color: red; font-size: 47px; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1198961 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
