Results on your website - new design customizations!

Dec 13 2020

Important milestone for those of you enjoying the way G-Live empowers your website with fast, efficient, appealing and controlled result publication. Almost all of you indeed, as this is one of the key parts of Wiclax solution.

We all know how much branding is important, and how much it's necessary to differentiate our own business from the competition. So we've refactored the styling of G-Live app to let you customize its color palette. Possible outcome in picture:

How to get it?

As of now, the custom palette can be inserted as a new variable of the usual file g-live.settings.js. CSS color values, those not provided keeping their value from the default theme.

var Palette = `
--main-bg: orangered; 
--main-fg: white; 
--light-fg: #ffdbce; 
--even-row: rgba(55,55,55,.06); 
--secondary-bg: #ffd067; 
--grid-sep: #ff8152; 
--split-col: #782303; 
--time-col: #632e12; 
--bold-phone: #302d34; 
--filter-icon: brightness(10)
`;
 
But easier than that, in the next coming Wordpress plugin we're working on all these settings will be accessible from a user-friendly UI.