HostOnNet Blog

Category Archives: Wordpress

Overwrite parent theme CSS without using !important in child theme

Add the following code in your child theme’s functions.php Then add styles in your style.css file


How to remove the shopping cart icon from the header of Storefront theme

Add the following code in functions.php And then update the style.css file in theme folder with following or copy this into Customize > Additional CSS


How to change your WordPress language

First thing you need to do is login to your WordPress admin area and go to Settings -> General. Then you can select your desired ‘Language‘ from the drop-down menu. Then click the ‘Save Changes‘ button. After that you will


Move a WordPress site into a Multisite

I’ve moved one of our clients three WordPress sites to Multisite Nework. Here are the steps I followed to Migrate to WordPress Multisite Back up everything The most important step in this process is to backup the site you’re moving


How to Add Slider in WordPress

First thing you need to do is login to your WordPress admin area and go to Plugins -> Add New. Then you can pick the desired ‘Slider‘ plugin from the list and click the ‘Install Now’ button. WordPress will now


How to add WhatsApp Chat to WordPress

WhatsApp Chat plugin allows your customer to start a WhatsApp chat directly from your website. STEP 1 : Install and activate Click to Chat for WhatsApp WordPress plugin STEP 2 : Upon activation, you need to Admin area > Click


How to create a Logo Carousel for WordPress

Do you know which one is the most effective way to establish brand credibility and customer trust ? Yes, Of course by adding client list to your website. When someone visits your website, by seeing the portfolio in your website,


How to create folders in WordPress media library

Few days ago I got a mail from client asking about organize WordPress media library. Media? Kindly give a description on how to create folder in the library. For example: Folders for Children Lesson; Images, Article, magazines, Adults Lesson…… This


How to change your WordPress Admin Password

First thing you need to do is login to your WordPress admin area and go to Users -> All Users. Hover over your ‘Admin‘ user, then click on ‘Edit‘ button. Enter your new secure password. Then click on ‘Update Profile‘.


Remove side bar and change number of products per row in WooCommerce

Remove side bar from Storefront WooCommerce theme If you are using Storefront theme you can remove the sidebar by following the below steps. 1. Install Code Snippets plugin for avoid adding custom code directly to your parent theme’s functions.php. 2.