Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3101146
Icons not showing in Pencil Blocks Menu when AJAX Enable
Closed

Comments

  • masuccijr started the conversation

    Hi,

    I have a little issue with my menus.

    I create my menus with Pencil block, and that is very easy. 

    The main issue, is when the "Load Penci Block Dropdown with AJAX?" is Disable, the website is lower to loading, and this create a big issue of structure, because the website shows all the Hn of the menus, so for the SEO is just disturbing.

    So I turn ON the "Load Penci Block Dropdown with AJAX?" feature, and its great. The website is faster and there is no more issue with Hn structure, BUT, the icons disappear on the menus :/ 

    Do you have any solution ?

    Thank you.

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .elementor-button-icon .fas:before {
        font-family: 'FontAewesome';
    }

    Regards,
    PenciDesign.



  • masuccijr replied

    Thank for your feedback.

    That seems to work, but the icon get into italic.

    It is possible to get ir normal.

    Thanks

  •  2,489
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

    .elementor-button-icon .fas:before {
        font-family: 'FontAewesome';
        text-decoration: none;
        font-style: normal;
    }

    Regards,
    PenciDesign.



  • masuccijr replied

    Thank you,

    Now it works.