by Clare Woods | Feb 22, 2021 | Divi Modules, Quick Tip
You can add CSS to the install to change the default settings from 4 columns to 3 columns in the Divi Portfolio module. There is a great tutorial on it here Add the following class to the module advanced CSS settings… three-column-grid Then add the following...
by Clare Woods | Feb 18, 2021 | Quick Tip
Creating an animated pdf in indesign is very simple. There is great video tutorial here by Creative Frontiers. Getting it to be available in a website is a bit trickier. My workaround: Create the animation in Indesign Video the screen via Quicktime Player to create a...
by Clare Woods | Feb 18, 2021 | CSS Tips, Divi Layouts & Design, Divi Modules, Quick Tip, Uncategorized
Sometimes we don’t use an excerpt on a post. Like for example the image above is for recipes and no exerpt is shown so READ MORE makes no sense. In the links below there is a video and an article link for more information by PEE-AYE Creative.There is code...
by Clare Woods | Jan 19, 2021 | Divi Layouts & Design, Quick Tip
To add a Fontawesome font, login and copy your kit code. I have added it here… KITCODE <script src=”https://kit.fontawesome.com/0902eed645.js” crossorigin=”anonymous”></script> Paste this into the Divi > Theme...
by Clare Woods | Jan 11, 2021 | CSS Tips, Quick Tip
Here is some CSS to over ride the styles of the Gravity Forms placeholder colour if it doesn’t change using the Gravity Form Styles plugin… /* gform placeholders*/::-webkit-input-placeholder { color:#42210b; }:-moz-placeholder { opacity: 1;...
by Clare Woods | Dec 2, 2020 | CSS Tips, Quick Tip
If you want to centre the logo on mobile view add the following CSS: /* CENTER MOBILE LOGO */@media screen and (max-width: 980px) { .logo_container { text-align: center!important; }} We centred the logo on the following sites: BOSS Looking to get your business seen?...