Tag: grid
Follow the instructions below to remove the capitalization of the page titles while in Grid View of Layout 65. 1) While in your Control Panel, click “Colors” on the left-hand-side of the screen (or click the “Colors” tab). 2) Scroll down to the Advanced SCSS box and enter the following code: .layout.l65 .grid1 li p
+ 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