How To Hide Slogan in uDesign WordPress Theme

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...

Plugins For A Fixed Footer Bar on WordPress

Are you looking for a fixed notification bar at the bottom of your WordPress website? Here is a plugin that you can try: WPFront Notification Bar This plugin comes with lots of features and customization and you can have almost all the commonly used static and fixed...

How to Embed Google Docs in a WordPress Site

There is always an easy to way to go things in WordPress. If you are looking to display Google doc on a WordPress page/post, you can do that using many plugins available out there. Here are two commonly used plugins for WordPress which can be used to Embed Google...