/*
	Theme Name: Motors
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: Automotive, Cars, Vehicle, Boat Dealership, Classifieds WordPress Theme by StylemixThemes.
	Version: 5.6.89
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, black, red, dark, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors
*/

/* 1. Ocultar el texto H1 que molesta */
.listing-logo-main .blogname h1 {
    display: none !important;
}

/* 2. Convertir el enlace en la imagen del logo */
.listing-logo-main .blogname {
    display: block;
    /* Ajusta este ancho y alto al tamaño real de tu logo */
    width: 250px; 
    height: 60px; 
    
    /* Reemplaza la URL de abajo por la de tu logo subido */
    background-image: url('https://luisa128.sg-host.com/dtcarspro/wp-content/uploads/sites/4/2026/01/DTCARSPRO-horizontal-1_1.png');
    
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; /* Ajusta la imagen para que quepa */
}