/** * Add responsive grid classes to your footer columns * Note: Only add the classes you need. For example…
add_action( 'wpex_display_footer_widgets', function( $bool ) { // Hide for all blog related queries and single posts if ( is_singular( 'post')…
body #footer { background: url(YOUR_IMAGE_URL) repeat; }
function myprefix_move_footer_outside_of_boxed_wrapper() { // Remove footer from wrap remove_action( 'wpex_hook_wrap_bottom', 'wpex_footer' ); // Re-add footer after outer wrap add_action( 'wpex_outer_wrap_after',…
/*Center Bottom Footer Links*/ #footer-bottom-menu { text-align: center; float: none; position:relative; top: auto; right:auto; width: 100%; margin: 20px 0 0;…