Before you ask please READ THIS

accordion icon doesn't show

Hi,
I set up an accordion here but it doens't show fa-chevron-down icon: http://www.culinaria.it/quisimangia/
How can I fix it?

Thanks,
Michela

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    You have such code in custom CSS:
    
    .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before,
    .wpb_toggle_title_active:before{
        content: "f078";  /* down big arrow */
        color: #99182e;
    }
    Remove this "content: "f078"; /* down big arrow */" as this no needed here, and what is more it is written with mistake. It should look like "content: "\f078"; /* down big arrow */"

    With kind regards.
  • now it works! thank you!!!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!