Hola. estoy utilizando el tema horse y estoy este tema tiene una cabecera hecha por mi, pero arriba puedo poner el titulo. lo que sucede es que hice una imagen para ponerla como titulo y nome daja hacerlo asi, solo escribir algo y lo presenta. he vderificado en header.php y lo que veo es esto:
<?php
/**
* Displays the header section of the theme.
*
* @package Theme Horse
* @subpackage Attitude
* @since Attitude 1.0
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<?php
/**
* attitude_title hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* attitude_add_meta 5
* attitude_show_title 10
*
*/
do_action( 'attitude_title' );
/**
* attitude_meta hook
*/
do_action( 'attitude_meta' );
/**
* attitude_links hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* attitude_add_links 10
* attitude_favicon 15
* attitude_webpageicon 20
*
*/
do_action( 'attitude_links' );
/**
* This hook is important for wordpress plugins and other many things
*/
wp_head();
?>
</head>
<body <?php body_class(); ?>>
<?php
/**
* attitude_before hook
*/
do_action( 'attitude_before' );
?>
<div class="wrapper">
<?php
/**
* attitude_before_header hook
*/
do_action( 'attitude_before_header' );
?>
<header id="branding" >
<?php
/**
* attitude_header hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* attitude_headerdetails 10
*/
do_action( 'attitude_header' );
?>
</header>
<?php
/**
* attitude_after_header hook
*/
do_action( 'attitude_after_header' );
?>
<?php
/**
* attitude_before_main hook
*/
do_action( 'attitude_before_main' );
?>
<div id="main" class="container clearfix">
No se que tengo que eliminar para poner la imagen. la pagina es: www.compreloadpr.com
Gracias por la ayuda que me puedan ofrecer.
lo que quiero es que no desaparezca la imagen verde de compreload y que en la parte arriba de ella que esta en blanco poder poner la imagen.