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 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?...
by Clare Woods | Oct 16, 2020 | CSS Tips, Plugins, Quick Tip
I have added the CSS below for changing the Cookie Plugin button colour. /** COOKIE BUTTON COLOUR **/.cn-button.bootstrap { color: #fff; background: #777777;} We used a CTA Menu button on the following sites: Cognition Education Looking to get your business seen? Then...
by Clare Woods | Sep 11, 2020 | CSS Tips, Divi Layouts & Design, Quick Tip
You can easily move the section in the Secondary Menu to the right with the following CSS: /** MOVE SECONDARY MENU ITEMS RIGHT **/ @media only screen and (min-width: 768px) { #et-info { float:right !important; }} We used this on the following sites: MFL Services...
by Clare Woods | Sep 10, 2020 | CSS Tips, Divi Layouts & Design, Quick Tip
This is easy to do with a little CSS and a class. Geno does a great tutorial here 1. Create a multi-column row within your section. 2. Open up the row settings, go to the “Advanced tab”, and add this custom CSS Class: gq_r_fixed_buttons 3. While you are in the row...