Eliminar marco blanco del logo en WordPress 3

  • Autor Autor Pixel
  • Fecha de inicio Fecha de inicio
P

Pixel

Épsilon
Diseñador
Verificado
Verificación en dos pasos activada
Verificado por Whatsapp
¡Ha verificado su Paypal!
Pueden entrar a ver Enlace eliminado
Lo que quiero esque no salga ese marco blanco y eso sería todo, el actual codigo que tengo es:

Insertar CODE, HTML o PHP:
<div class="grid_12" id="logo">
       		<a href="http://www.dicciogeek.com"><img class="alignnone" title="dicciogeek" src="http://tecnoloogeek.com/wp-content/uploads/2010/06/dicciogeeknew.png"/></a>
       </div>

¿Qué modifico?
Uso WordPress 3 y el anterior codigo esta en header.php

Si quieren ver un ejemplo Enlace eliminado
 
Insertar CODE, HTML o PHP:
<div class="grid_12" id="logo">
       		<a href="http://www.dicciogeek.com"><img class="alignnone" title="dicciogeek" src="http://tecnoloogeek.com/wp-content/uploads/2010/06/dicciogeeknew.png"/ border="0"></a>
       </div>

lw agregas border="0"
 
Sigue igual 🙁 Alguién sabe cómo más hacerlo?
 
Muestranos tu CSS y yo te ayudo bro.
 
enonces en el css hay que agregarle en los atributos de img

border:none
 
<- Header.php ->

Insertar CODE, HTML o PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

	<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/dummy.css" id="dummy_css"  />
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/reset.css" />
	<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/text.css" />
	<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/960.css" />
	<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/style.css" />
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
	<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<!--[if IE 6]>
	<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/ie60.css" type="text/css" media="screen" />
<![endif]-->
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/applesearch.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/mootools.v1.11.js"></script>
	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/sliding-tabs.js"></script>
	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/boxover.js"></script>
    	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/sf.js"></script>
	<script type="text/javascript">
	//<![CDATA[
		window.onload = function () { applesearch.init(); }
	//]]>
	</script>
    
<?php wp_head(); ?>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15983555-5']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>

<body>
<div id="wrapper">
	<div id="header" class="fullspan">
    <div class="container_16">
    	<div class="grid_16" id="topmenu">
       		 <ul>							
				<li <?php if(is_home()) { echo 'class="current_page_item"';} ?>>
            		<a href="<?php bloginfo('siteurl'); ?>">Home</a>
            	</li>
            	<?php wp_list_pages('title_li=&depth=3' ); ?>			
        	</ul>
       </div>
       <div class="grid_12" id="logo">
       		<a href="http://www.dicciogeek.com"><img class="alignnone" title="dicciogeek" src="http://tecnoloogeek.com/wp-content/uploads/2010/06/dicciogeeknew.png"/ border="0"></a>
       </div>
       <div class="grid_4" id="search">
       <?php include (TEMPLATEPATH . '/searchform.php'); ?>
       </div>
   </div>
   </div>
 
Ya lo puse 0px 🙂
Gracias, ya les voy a dar dedito verde
Enlace eliminado
 
Al parecer ya lo arreglo.
 
Atrás
Arriba