Okay
  Public Ticket #3419605
FAQ
Closed

Comments

  • mitch161 started the conversation

    How can I change the icon in the FAQ Accordion?

    How can I insert an image next to the text of the accordion?


    Please see attached. Thanks!



  •  230
    Andrey replied

    Hello Dear Customer!

    Unfortunately, the Builder hasn't the feature to insert the picture into the text builder.
    Please send us the URL of the icon and we will send you the code on how to change the icons in accordion.

    Best Regards!

  • mitch161 replied

    Hi Andrey,


    Can we make an example using this please:


    https://icon-icons.com/icon/1-number-1/3269


    Thanks!

  •  230
    Andrey replied

    Hello Dear Customer!


    We can change the default template for all these icons:
    https://prnt.sc/U0yTGLhePuLB
    If this is acceptable to you, let us know.

    Best Regards!

  • mitch161 replied

    Yes, please. Also, kindly provide the code so that we can replace the succeeding nos. 


    Thanks!

  •  230
    Andrey replied

    Hello Dear Customer!

    Please paste these codes into Additional CSS:

    .fw-accordion .fw-accordion-title:before {
     
        content: url("https://cdn.icon-icons.com/icons2/37/PNG/512/1number_1_3831.png");
        zoom: 0.08;
    }

    Then click to Publish button.

    Here is the result:

    https://prnt.sc/fRewVC3PonjR

    Best Regards!