/*
Theme Name: Patch Child
Theme URI: https://cabbagepatchbar.com
Author: Sopotnick's Cabbage Patch Bar
Author URI: https://cabbagepatchbar.com
Description: Child theme for Patch. Add all custom CSS here.
Template: patch-theme
Version: 1.0.0
Text Domain: patch-child
*/

/*
 * Add your custom CSS below this line.
 * This overrides anything in the parent Patch theme.
 */

/* ── Hide page titles globally ── */
.entry-title,
.page-title,
.post-title,
h1.title,
.woocommerce-products-header__title,
.elementor-page-title,
.elementor-widget-page-title {
    display: none !important;
}
