• Hi,

    I have recently created a duplicate child theme from the storement child theme, as my CSS code kept being removed.

    I have been trying to remove fontawesome entirely, as it is too heavy for my website and takes too long to load. I have been able to delete it within my cPanel from the shopical parent theme assets/fonts file. The issue I am having is with the drop down arrows. As you can see from my website, they do not seem to be loading from Roberto (which I have added from google fonts as an HTML and CSS in the head and stylesheet, respectively). Is there anyway that you know of that might enable me to implement a dropdown arrow from, say, Fontawesome, without having to have the bulk of it.

    Furthermore, despite having deleted the fontawesome folder entirely from the cPanel file editor, I am still getting a renderblocking issue on Google PageSpeed Insights from ‘font-awesome.min.css.’

    Any help would be very much appreciated.

    Oh, and when I duplicated the child theme, there was a PHP error on line 64 of your Theme’s code, it said to inform the creators.

    Best wishes,

    • This topic was modified 5 years, 6 months ago by alzatar.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author AF themes

    (@afthemes)

    Hello there,
    First off, thanks for reaching out. Since, we do not recommend to customize/add/delete parent files because the changes will be lost on the theme update. You can simply exclude, technically named as dequeue the scripts/styling from child theme, similar to
    wp_dequeue_style( 'font-awesome' )

    And then, change font-family: FontAwesome; to desired one on style.css

    For that you might need to use/hire expert WordPress developer/designer to get expected results.

    Best regrads

Viewing 1 replies (of 1 total)
  • The topic ‘Using Roberto fonts over FontAwesome and issues with spinners/menu arrows’ is closed to new replies.