Wordpress

Get the mail from ‘WP Form’ using ‘WP Mail SMTP’

Install & activate plugin ‘WP Mail SMTP‘ in your wordpress siteClick on setting of this plugin From mailer Option:Choose Google\Gmail Now it will ask you to put ‘Client ID‘ and ‘Client Secret‘ (as below image) Open this link https://console.cloud.google.com/welcome to generate ‘Client ID’ and ‘Client Secret‘.Now login with gmail id from which you will receive […]

Get the mail from ‘WP Form’ using ‘WP Mail SMTP’ Read More »

Learn how to align centre and change color of ‘Submit’ button in WP Forms

The process to build a form for your WordPress website: Login in WordPress website> Click on Plugin left side menu, then click on Add New. > Search WP Forms in search bar. > Click on ‘Install Now‘ of wpforms, then click on ‘Activate‘. > Click on WP Forms (left side menu), then ‘Add New‘ >

Learn how to align centre and change color of ‘Submit’ button in WP Forms Read More »

Make Header Sticky in WordPress works on All Astra Themes

Are you using one of Astra theme? It’s header is not sticky.Do you want to make the header of your WordPress theme sticky?Below code will help you to do this.Copy below code. /Make Header Sticky – for Astra prior to 3.0/.main-header-bar {position: fixed;top: 0;width: 100%;} /Adjust Content Padding/.site-content {padding-top: 75px;} /Adjust Content Padding for Mobile/@media

Make Header Sticky in WordPress works on All Astra Themes Read More »