- This topic has 7 replies, 2 voices, and was last updated 9 years ago by Andrew Misplon.
Tagged: external fonts page builder
- AuthorPosts
- November 10, 2015 at 3:36 pm #2640
Aivaras KParticipantHi, i have two questions:
1. it is possible to load Page builder JavaScript and css only on Specific Pages? I mean, using page’s IDs
2. On my page (header, footer, content …) i use only Arial font – it is possible to disable external css fonts (Lato)?
November 10, 2015 at 4:26 pm #2642
Andrew MisplonKeymasterHi Aivaras
1. Unfortunately, not as far as I know. This is something I can suggest to Greg, the creator, but as far as I know this isn’t yet possible.
2. Yes, I think we should be able to. Let me investigate and report back.
November 10, 2015 at 4:45 pm #2643
Andrew MisplonKeymasterI think you’re using a child theme now, is that right? If so, add the following to your child theme functions.php file:
/** * Unset webfonts. */ function ultra_child_theme_setup() { siteorigin_webfonts_remove_font( 'Muli' ); siteorigin_webfonts_remove_font( 'Lato' ); } add_action( 'after_setup_theme', 'ultra_child_theme_setup', 40 );
Hope that helps 🙂
November 10, 2015 at 8:54 pm #2644
Aivaras KParticipantThx, works great 🙂 i’m waiting for your report.
November 10, 2015 at 8:56 pm #2645
Andrew MisplonKeymasterHi 🙂
I posted it above, shortly after my first reply. Can you see it?
November 10, 2015 at 8:56 pm #2646
Andrew MisplonKeymasterAhh for item one. Yes, confirmed, unfortunately, no way of doing this at the moment.
November 11, 2015 at 2:48 pm #2647
Aivaras KParticipantthank you 🙂
November 11, 2015 at 3:13 pm #2648
Andrew MisplonKeymasterFor sure!
- AuthorPosts
You must be logged in to reply to this topic.