Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198961
    mynemesis
    Participant

    hi 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

    #1199071
    Christopher
    Moderator

    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.

    #1199179
    mynemesis
    Participant
    This reply has been marked as private.
    #1199192
    Christopher
    Moderator

    Hi 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.

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