OpenBiblio

OpenBiblio Install Instructions Contents: Release Notes System requirements Install Instructions Setup of Userlogin Updating from a…

font-family2.css

html .Campaign * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

Partner Group GTM Body Tag

Add GTM Tag to Site Body in Partner Site Group

Colin Bunn PRO
<10

ADD CODE

google20ec315e3dcb494d.html

Untitled Snippet

body { font-family: Arial, sans-serif; text-align: center; margin: 20px; background-color: #f9f9f9; color: #333; } h1 {…

<10

Modern CSS Reset

https://www.joshwcomeau.com/css/custom-css-reset/

Hendrik van den Bor
<10

FlowMattic: Expand Workflow Description Box.

This snippet runs in the WordPress admin area and removes any line-clamping on the “.css-iIDhdyB” element…

<10

Food quiz

Getting Older Quiz 🧠 Healthy Food Quiz for Older Adults Submit Quiz

Display Page/Post ID

This snippet can be used to display Page/Post ID in the Admin Dashboard. Adds option to…

What is Available

document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); });

om.Rule.init

document.addEventListener('om.Rule.init', function(event) { console.log(event.detail.Rule); // The specific rule object. console.log(event.detail.Rule.rule); console.log(event.detail.Campaign); } );

1 47 48 49 50 51 124