/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro
Template: inspiro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */
/* Hide the original credit */
.designed-by {
    display: none !important;
}

/* Add your own credit after the footer area */
.site-footer::after {
    content: "Powered by - Take Online Order";
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
