Step 1. Download latest complied bootstrap code here: https://getbootstrap.com/docs/4.0/getting-started/download/ Step 2: Upload the Bootstrap folder to your child theme directory. Step 3: Add the following code to your functions.php file in your child theme.
Coding Reference
How to customize the genesis navigation menu
How to add the bootsrap framework to a WordPress child theme
How to set a custom page layout for a specific page in Genesis
Add the code below to your functions.php file in your child theme directory. Optional Layouts content-sidebar sidebar-content content-sidebar-sidebar sidebar-sidebar-content sidebar-content-sidebar full-width-content
How to remove page titles from the homepage in Genesis
Add the code below to your functions.php file in your child theme directory.
How to add custom Css to only a specific WordPress page
Add the code below to your functions.php file in your child theme directory. All CSS in between the style tags will appear in the footer.
How to choose a good password
Looking at the table below it seems that complexity is often promoted as secure and it seems that length of password is somewhat underrated. Many web services force us to use upper+lower case letters and numbers, when a simple sentence is easy to remember and to all intents and purposes quite difficult to hack, that […]