How to do these follwing things using CSS

How to change the dropdown arrow icon of select box using background image in css? 2. How to change the placeholder color in firefox browser? 3. How to reduce the column width(which is display flex column) in css?

Published
Categorized as Wordpress

How to export WordPress posts to Microsoft Excel

First, navigate to Tools › Export and choose the type of data that you want to export. Data is divided into various article types by WordPress, including posts, pages, WooCommerce products, and real estate properties. By choosing it here, you can export any custom post category or taxonomy. Go to Microsoft Excel > Blank Workbook… Continue reading How to export WordPress posts to Microsoft Excel

Change the display block : none to block and vice versa.

While designing a web page especially the header it is important to know to change the content to none to block and vice versa by using Java Script. It will be very helpful when we develop a responsive NavBar. The java script code used for this is as follows:- function toggleFunction() {       … Continue reading Change the display block : none to block and vice versa.

How to Enforce One Category Per Post in WordPress

The ‘Select All Categories and Taxonomies‘ plugin is the simplest way to limit users and authors to a specific category. Users can add several categories to a post by checking the category’s box by default. The default category checkboxes are replaced with radio buttons by this WordPress plugin. First, you’ll need to install and activate the Select All Categories and Taxonomies plugin. After activation, navigate to Settings » Moove taxonomy buttons.  Then, in the ‘Category’ dropdown, select ‘Radio button.’

How to Renew Godaddy SSL Certificate on a Google Cloud Apache Server

Log in to your GoDaddy account and navigate to your SSL certificates. Find the SSL certificate that you want to renew and click on the “Renew” button. Download the new certificate files and choose the server type as “Apache“ Connect to your Google Cloud Apache server using SSH. Upload the new certificate and replace files… Continue reading How to Renew Godaddy SSL Certificate on a Google Cloud Apache Server

Change the color of the Png image to black in hover.

The color of the image that is inside a parent div can be changed into black using some CSS codes.  The icon images has to change to black while hovering on the parent div.  So we have to call the total div in CSS and make it hover  Then call the div along with the… Continue reading Change the color of the Png image to black in hover.