by Marshall | May 23, 2016 | Themes |
Are you looking to get rid of the tiny arrow pointing downwards in DIVI WordPress theme? You can do it fairly easily by adding this custom CSS on to your Divi panel #top-menu .menu-item-has-children > a:first-child::after, .fullwidth-menu .menu-item-has-children >...
by Marshall | Apr 8, 2016 | Blog |
Grid, the so called WordPress killer has finally started to roll out sites but what does these sites look like and what users have to say. They seem to be on the defensive all over, playing a sort of humble, transparent introspection game. Here’s what their...
by Marshall | Oct 16, 2015 | Blog |
Looking for a simple step to install WordPress on your cPanel hosting? Check out the video that shows how you can install WordPress in matter of seconds using your cPanel with Fantastico. Premium WordPress installation, development and maintenance service available....
by Marshall | Sep 15, 2015 | Blog |
If you use DIVI WordPress theme and come across a situation when you don’t want to auto hide the video in slider module on mobile devices, you can add this line of code to disable auto hiding of the videos. This snippet will leave behind the video and it...
by Marshall | Jul 2, 2015 | Blog |
If you want to add custom css on all the pages of a WordPress website except the homepage, you can do it via something like this. Put this code in the header.php of your theme file In place of .yourcssclass you need to use your own css classes. This setting will work...