/**
 * Theme Name:     Customizr Pro Child
 * Author:         Press Customizr
 * Template:       customizr-pro
 * Text Domain:	   customizr-pro-child
 * Description:    Customizr Pro Child Theme
 */
/* Target links within the footer tag */
footer a, .footer a, #footer a {
    color: #ffffff;
}

/* Optional: Ensure the color stays white (or changes) on hover */
footer a:hover, .footer a:hover, #footer a:hover {
    color: red; 
    text-decoration: none; /* Optional: adds underline on hover */
}

/* Don't print the page and post titles on the rendered page */
.page .entry-title {
    display: none;
}
.post .entry-title {
    display: none;
}
