• Resolved defxs

    (@defxs)


    Hi,

    How can I disable the loading of the themes it icons?

    Kind regards,
    Mike

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author David Vongries

    (@davidvongries)

    Hi @defxs,

    with the Premmium Add-On installed, you can replace the themes icon font with SVG’s from the Theme Settings page (Performance tab).

    If you don’t have the Premium Add-On, no worries. there’s a filter you can add to your child-themes functions.php file which will have the same result:

    add_filter( 'wpbf_svg', '__return_true' );

    Reference – https://wp-pagebuilderframework.com/docs/svg/

    Thread Starter defxs

    (@defxs)

    Hi,

    Thanks for your reply.
    We looked at your premium version, but since we only use your theme as clean as possible we are not fully sure what it gives us extra. We build in Elementor without your option in customizer.

    The mega menu was something we had interest in. I could not find if your mega menu was usable in elementor (like creating a section and using that as mega menu) or that we need to build it in another way.

    To get back to topic; Will that filter disable the extra file for the theme icons? I just want that file to be not loaded anymore. I dont need any other icons.

    Thanks for your input.

    Thread Starter defxs

    (@defxs)

    ?

    Theme Author David Vongries

    (@davidvongries)

    Hey @defxs,

    using a saved Elementor template inside the Mega Menu is not currently possible unfortunately but it’s on our radar.

    Yes, the filter will remove the CSS file used for the icons and all icons will be replaced with SVG’s ??

    For more details, please have a look at this post from our blog:
    https://wp-pagebuilderframework.com/icon-font-svgs/

    Please let me know if you have any further questions.

    Best,
    David

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable theme icons’ is closed to new replies.