Title: dequeue pa-elements.* font
Last modified: October 5, 2020

---

# dequeue pa-elements.* font

 *  Resolved [lukascech](https://wordpress.org/support/users/lukascech/)
 * (@lukascech)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/dequeue-pa-elements-font/)
 * Hi guys,
 * is it possible to turn off loading or dequeue your pa-elements fonts? We only
   use the Dual Heading widget so they are not needed, but are loaded on every post,
   and on top of that they are loaded over HTTP, not HTTPS, causing two problems:
   –
   speed (loading font necessarily) – security (Chrome blocks the HTTP request and
   throws an error)
 * Thanks
    Lukas
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdequeue-pa-elements-font%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Leap13](https://wordpress.org/support/users/leap13/)
 * (@leap13)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/dequeue-pa-elements-font/#post-13495556)
 * Hi [@lukascech](https://wordpress.org/support/users/lukascech/)
 * Hope you’re doing well today 🙂
 * Well, I believe this is doable by adding the lines below into your theme functions.
   php file
 *     ```
       add_action( 'wp_enqueue_scripts', 'deregister_style', 11 );
       function deregister_style() {
           wp_dequeue_style( 'pa-editor' );
       }
       ```
   
 * If you still need any further assistance, please let me know.
 * Regards
 *  Thread Starter [lukascech](https://wordpress.org/support/users/lukascech/)
 * (@lukascech)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/dequeue-pa-elements-font/#post-13736795)
 * Hey there, thanks for the info – didn’t get a notification about your post!
 * This worked fine, thank you!
 *  [leap13support](https://wordpress.org/support/users/leap13support/)
 * (@leap13support)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/dequeue-pa-elements-font/#post-13741735)
 * Great, so glad that everything is working just fine with you now.
 * If you have any farther questions, please don’t hesitate to feed me back anytime
   🙂
 * By the way, it would be great if you could please do us a BIG favor by rating
   [Premium Addons for Elementor](https://wordpress.org/support/plugin/premium-addons-for-elementor/reviews/?filter=5)
   on our WordPress page. This really would give us a huge push forward to make 
   things better ❤️️
 * Also, you’re most welcome to join our [Facebook](https://www.facebook.com/groups/PremiumAddons/)
   group and [Youtube](https://www.youtube.com/channel/UCXcJ9BeO2sKKHor7Q9VglTQ)
   channel through the links below to get notified about new features, video tutorials
   and bug fixes.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘dequeue pa-elements.* font’ is closed to new replies.

 * ![](https://ps.w.org/premium-addons-for-elementor/assets/icon-128x128.gif?rev
   =3495451)
 * [Premium Addons for Elementor - Powerful Elementor Templates & Widgets](https://wordpress.org/plugins/premium-addons-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/premium-addons-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/premium-addons-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/premium-addons-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/premium-addons-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/premium-addons-for-elementor/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [leap13support](https://wordpress.org/support/users/leap13support/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/dequeue-pa-elements-font/#post-13741735)
 * Status: resolved