Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #611109

    AulakhSam
    Participant

    well its working great along with child theme. 🙂

    #611122

    Paul R
    Moderator

    Hi,

    Glad to know it worked.

    Have a great day! 🙂

    #611129

    AulakhSam
    Participant
    This reply has been marked as private.
    #611167

    Christopher
    Moderator

    Hi there,

    Please find this code :

    .page-id-513 .x-accordion-heading .x-accordion-toggle.collapsed:before {
        content: "\f0da" !important;
    
    }
    .page-id-513 .x-accordion-heading .x-accordion-toggle:before {
        content: "\f0d7" !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg) !important;
    }
    

    And update it to :

    .page-id-513 .x-accordion-heading .x-accordion-toggle.collapsed:before {
        content: "\f0da" !important;
        font-size: 20px;
        vertical-align: middle;
    }
    
    .page-id-513 .x-accordion-heading .x-accordion-toggle:before {
        content: "\f0d7" !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg) !important;
    font-size: 20px;
    }

    Thanks.

    #611192

    AulakhSam
    Participant

    🙂 Thanks

    #611210

    Jack
    Keymaster

    You’re most welcome, let us know if we can be of any further assistance. 🙂