Category: How To
Here is a small snippet to transform your catalog/menu to a rectangle style: 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down to the Advanced SCSS box and past the following code. If there is already code in the advanced SCSS box, do
+ Read More
Follow the instructions below to change the background color of the various grid boxes in the Grido layout. Enable “Advance Customization CSS / SCSS” in colors tab and enter this: .layout.layout_grido .object:nth-child(6n+1){ background: #364F6B; } .layout.layout_grido .object:nth-child(6n+2){ background: #EA7362; } .layout.layout_grido .object:nth-child(6n+3){ background: #FF895D; } .layout.layout_grido .object:nth-child(6n+4){ background: #20DECB; } .layout.layout_grido .object:nth-child(6n+5){ background: #FFA0C2;
+ Read More
To adapt the height of your image gallery block in a custom page feature, and thus eliminate the scroll, you can use this CSS snippet in the Advanced Customization section of the Colors menu: 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
+ Read More
Follow the instructions below to add an image to your App Header. 1) Create or locate the image that you want to use. The size should be around 640x128px. 2) Log into your App Manager and select your app. 3) Click Colors from the left-hand-side of the screen (or the middle of the screen). 4) Scroll down to the Advanced SCSS
+ Read More
To add additional fonts to your app that’s not listed in the drop-down list of the “Design” tab of your App Manager, follow the instructions below. You will be able to add a font from “Google Fonts”. Click here to go to Google’s website and view all available options. Getting Started: 1) Find the
+ Read More
Here is a small snippet to add a background/hover color when you click a button. 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down until you get to the Advanced SCSS box and paste the following code. If there is already code in the advanced SCSS box,
+ Read More
Here is a small snippet to change your background-color into an image. 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). Disable the general background color of your app by pushing the slider all the way to zero. Optionally, you can disable the header
+ Read More
Here is a special snippet to change colors of your features. Just like this: for the example, we use the template “blutility”: 1) Log into your App Manager and select your app. 2) Click Colors from the left-hand-side of the screen (or the middle of the screen). 3) Scroll down to the Advanced SCSS box and past the following code. If there is already
+ Read More
To create your API key for enabling Youtube videos in the Custom page feature, follow these steps: – Go on https://console.developers.google.com – Login or create a Google account. – Click on Project and click on Create project – Create your project – Select Library on the left menu and add YouTube Data
+ Read More
Instagram 1. You need an Instagram account 2. Login at https://instagram.com/developer/ 3. Click on Manage Clients (in the header menu at https://instagram.com/developer/) 4. Click on Register a New Client 5. Fill out the fields, for the App Name enter the name of your company or your apps builder, and for the app description just tell
+ Read More