by Marshall | Mar 13, 2015 | Blog |
If you want to add custom font in your WordPress website, you can do it pretty easily. Assume that you want to add Airbold Pro font in WordPress website, you need to follow 3 steps. 1. In order to use custom font, you need to upload the font to your theme directory....
by Marshall | Mar 13, 2015 | Blog |
If you want to separately format text field and email field in contact form 7, you can do it by this way input[type=”text”] { background-color:#000; } and input[type=”email”] { background-color:#000; } But in case if you want to keep formatting...
by Marshall | Mar 1, 2015 | Blog |
There is brute force attack on almost every WordPress based website. The frequency can be more or less but it usually happens with most of the sites (unless you are hidden from search engines or your site is published privately without the world knowing it. The best...
by Marshall | Feb 22, 2015 | Blog |
If you are looking for a solution to hide the slogan (description) in uDesign WordPress theme which goes right under the logo, you can do it by adding the following code to your custom CSS. #slogan { text-indent: -9999px; } If you are using a custom css plugin, you...
by Marshall | Feb 17, 2015 | Blog |
If you want to block some email addresses or specific domains, you can use this plugin called Ban Hammer which allows you to block users from registering on your website. You can use this WordPress plugin to prevent unwanted users from registering on your website: Ban...