My WordPress Theme Customizations
Below are some of the quick customizations I use for Base WP theme on my website. · Main layout for Posts and SideBar · Update /public_html/wp-content/themes/base-wp/css/grid.css with below changes under @media (min-width: 992px) section: o Set .col8 width: 76%; o Set .col4 width: 24%; · Update /public_html/wp-content/themes/base-wp/css/grid.min.css with below changes in @media (min-width:992px) section: o Set .col8{width:76%} o Set .col4{width:24%} · Upload them to the Hosting · Update Footer Details in below File /public_html/wp-content/themes/base-wp/core-framework/func/function-action.php o //credits o function igthemes_footer_credits() { ?> o <div class=”credits”> o <div class=”grid”> o <div class=”row”> o <div class=”col12″> o <?php igthemes_footer_gotop();?> o […]
Read more