Divi Edu – A Divi Child Theme for Educational Websites

Divi is a theme which can be used to create almost any kind of website. Here is a child theme for Divi which could be used to create college and school websites. Divi Edu is a child theme for Divi with a ready to import and can create a college or school website in a very short span of time. In this blog post, we are sharing some screen-shots, layouts and overall look and feel of Divi Edu. The homepage of this theme comes with a very appealing layout in dark blue color scheme. It utilizes full width Divi header which can fit in many college or university website requirements. The next...

Divi Category Layout for Web Development Company Blog

This blog category layout can beautify your divi blog pages on your company websites built using Divi WordPress theme. “Divi Blog Extras” is very easy to manage WordPress plugin that works on top of Divi and let users create professional looking website development company blog pages. You can chose your blog page design from 6 available Divi Blog Layouts and create a beautiful web development company blog page in no time without any coding. Get more blog visitors with simple and awesome designs. Just install the plugin and choose divi blog layouts for your pages. View Plugin...

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 can simply put the code there. In order to use the above custom css code in udesign theme, you need to active the custom css style file in General Setting >> Enable style.css. Once activated this setting for uDesign Custom Style Sheet, you can go to Appearance, Editor and paste the one line of css code at the end. #slogan {...