Jump to content

modificar página index de un idioma


Mario_caldera

Recommended Posts

Hola muy buenas a ver si alguien pudiera ayudarme:

 

Estoy traduciendo mi página con la intención de colocarla en otro mercado de habla inglesa. Un colega, hace ya tiempo, me puso en mi página index que apareciese mi número arriba (bueno en la index y en todas las paginas, encima del menu). Ahora que ando con la traducción me doy cuenta que a los clientes de este nuevo país sólo los atenderé por email y no tiene sentido tener el número (español) ahí arriba. ¿Cómo puedo hacer para que solo me salga ese número que me creó mi amigo en la página española y no en el resto? Sabría quitarlo yo sólo pero no sé a dónde acceder ni si es posible llegar a la página index de todos los idiomas.

Link to comment
Share on other sites

Bueno pues ya sé algo nuevo... la plantilla es 1.5.4 yo creo (ahora mismo no tengo acceso a ella; no se si es completamente necesario saber la versión exacta pero es seguro que 1.5 y creo recordar que 1.5.4

 

Entonces...serías tan amable de indicarme como poner esa condición y cómo hacer lo de la geolocalizacion? No soy nada entendido pero si se me dice a dónde acceder y qué código copiar creo wue sabré hacerlo...

 

Gracias de antemano

Link to comment
Share on other sites

A ver, ya he descargado el fichero e introducido en la carpeta correspondiente. Ya está activada la geolocalización.

 

El caso es que no logro llegar al archivo index.tpl 

 

En realidad si accedo a él en las rutas:

 

public_html/themes/default

public_html/themes/leodeco/

 

Pero cuando accedo al index-tpl está vacío....creo que se debe guardar en otra ruta, ¿no? A ver si me pudieses decir dónde por favor...

 

Muchas gracias

Link to comment
Share on other sites

Antes de hacer nada quiero asegurarme. Este es el texto:

 

<section class="topbar">
<div class="row-fluid">
{$HOOK_TOP}
</div>
<p style="text-align: right;"><span style="font-size: medium;"><span style="text-align: right;">   </span></span><span style="color: #003366;"> </span></p>
<table border="0" align="right">
<tbody>
<tr>
<td>
<p><span style="font-size: x-large; color: #333399;">Contacto: 647864138 <img src="http://i.imgur.com/aEQFDHH.png?1" alt="whatsapp"  /></span></p>
<p style="text-align: center;"><span style="font-size: medium; color: #333399;">Mañanas: 10:00 - 14:00</span></p>
<p style="text-align: center;"><span style="font-size: medium; color: #333399;">  Tardes:   17:00 - 20:00</span></p>
</td>
</tr>
</tbody>
 
¿Sería lo siguiente?
 
<section class="topbar">
<div class="row-fluid">
{$HOOK_TOP}
</div>
<p style="text-align: right;"><span style="font-size: medium;"><span style="text-align: right;">   </span></span><span style="color: #003366;"> </span></p>
<table border="0" align="right">
<tbody>
<tr>
<td>
<p><span style="font-size: x-large; color: #333399;">{if $cookie->iso_code_country == 'ES'}<!--Contacto: 647864138-->{/if} <img src="http://i.imgur.com/aEQFDHH.png?1" alt="whatsapp"  /></span></p>
<p style="text-align: center;"><span style="font-size: medium; color: #333399;">Mañanas: 10:00 - 14:00</span></p>
<p style="text-align: center;"><span style="font-size: medium; color: #333399;">  Tardes:   17:00 - 20:00</span></p>
</td>
</tr>
</tbody>

 

Muchas gracias de antemano y ya lo tenemos casi!! qué bien!!


Creo que no estará bien; habría que meter almenos la url de la imagen también dentro, ¿verdad? A ver si me dices

Link to comment
Share on other sites

Quizás esto otro tendría más sentido, ¿no?

 

<p>{if $cookie->iso_code_country == 'ES'}<!--<span style="font-size: x-large; color: #333399;">Contacto: 647864138 <img src="http://i.imgur.com/aEQFDHH.png?1" alt="whatsapp" /></span></p>

<p style="text-align: center;"><span style="font-size: medium; color: #333399;">Mañanas: 10:00 - 14:00</span></p>

<p style="text-align: center;"><span style="font-size: medium; color: #333399;">  Tardes:   17:00 - 20:00</span>-->{if}</p>

</td>

</tr>

</tbody>

 

Corrígeme si me equivoco porque yo de esto poca idea... muchas gracias

Igual el condicional va primero...

Link to comment
Share on other sites

Gracias a statictic ya está todo resuelto. El código final es:

 

<section class="topbar">
<div class="row-fluid">
{$HOOK_TOP}
</div>

{if $cookie->iso_code_country == 'ES'}<!--<p style="text-align: right;"><span style="font-size: medium;"><span style="text-align: right;">   </span></span><span style="color: #003366;"> </span></p>
<table border="0" align="right">
<tbody>
<tr>
<td>
<p><span style="font-size: x-large; color: #333399;">Contacto: 647864138 <img src="http://i.imgur.com/aEQFDHH.png?1" alt="whatsapp" /></span></p>
<p style="text-align: center;"><span style="font-size: medium; color: #333399;">Mañanas: 10:00 - 14:00</span></p>
<p style="text-align: center;"><span style="font-size: medium; color: #333399;">  Tardes:   17:00 - 20:00</span></p>
</td>
</tr>
</tbody>

</table>-->{/if}

Link to comment
Share on other sites

  • 4 weeks later...

Amigo!


 


He cambiado al a versión 1.6.0.9 y también de plantilla, por lo que he perdido todos los ajustes que tenía...me gustaría mucho recuperar este pequeño código y que apareciesen mis teléfonos para gente española y con el logo del whatsapp. ¿Crees que podrás tener algún momento en el que echarme una mano? He probado a ir a la ruta themes->leo_decor y abrir el archivo header.tpl


 


He intentado añadir el texto en distintos sitios pero queda totalmente desordenado y mal. Lo que aparece en el header.tpl es lo siguiente:


 


{*

* 2007-2014 PrestaShop

*

* NOTICE OF LICENSE

*

* This source file is subject to the Academic Free License (AFL 3.0)

* that is bundled with this package in the file LICENSE.txt.

* It is also available through the world-wide-web at this URL:


* If you did not receive a copy of the license and are unable to

* obtain it through the world-wide-web, please send an email

* to [email protected] so we can send you a copy immediately.

*

* DISCLAIMER

*

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer

* versions in the future. If you wish to customize PrestaShop for your

* needs please refer to http://www.prestashop.com for more information.

*

*  @author PrestaShop SA <[email protected]>

*  @copyright  2007-2014 PrestaShop SA

*  @license    http://opensource.or...ses/afl-3.0.php  Academic Free License (AFL 3.0)

*  International Registered Trademark & Property of PrestaShop SA

*}

<!DOCTYPE HTML>

<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="{$lang_iso}"><![endif]-->

<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="{$lang_iso}"><![endif]-->

<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="{$lang_iso}"><![endif]-->

<!--[if gt IE 8]> <html class="no-js ie9" lang="{$lang_iso}"><![endif]-->

<html lang="{$lang_iso}" {if isset($IS_RTL) && $IS_RTL} dir="rtl" class="rtl{if isset($LEO_DEFAULT_SKIN)} {$LEO_DEFAULT_SKIN}{/if}" {else} class="{if isset($LEO_DEFAULT_SKIN)}{$LEO_DEFAULT_SKIN}{/if}" {/if}>

{include file="$tpl_dir./layout/setting.tpl"}

<head>

<meta charset="utf-8" />

<title>{$meta_title|escape:'html':'UTF-8'}</title>

{if isset($meta_description) AND $meta_description}

<meta name="description" content="{$meta_description|escape:'html':'UTF-8'}" />

{/if}

{if isset($meta_keywords) AND $meta_keywords}

<meta name="keywords" content="{$meta_keywords|escape:'html':'UTF-8'}" />

{/if}

<meta name="generator" content="PrestaShop" />

<meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" />

{if $ENABLE_RESPONSIVE}<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" />{/if}

<meta name="apple-mobile-web-app-capable" content="yes" /> 

<link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" />

<link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" />

            

{if isset($css_files)}

{foreach from=$css_files key=css_uri item=media}

<link rel="stylesheet" href="{$css_uri|escape:'html':'UTF-8'}" type="text/css" media="{$media|escape:'html':'UTF-8'}" />

{/foreach}

{/if}

 

{if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)}

{$js_def}

{foreach from=$js_files item=js_uri}

<script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script>

{/foreach}

{/if}

{if $ENABLE_RESPONSIVE}

<link rel="stylesheet" type="text/css" href="{$content_dir}themes/{$LEO_THEMENAME}/css/responsive.css"/>

{else}

<link rel="stylesheet" type="text/css" href="{$content_dir}themes/{$LEO_THEMENAME}/css/non-responsive.css"/>

{/if}

<link rel="stylesheet" type="text/css" href="{$content_dir}themes/{$LEO_THEMENAME}/css/font-awesome.min.css"/>

{$HOOK_HEADER}

                {if isset($LEO_CSS)}{foreach from=$LEO_CSS key=css_uri item=media}

                <link rel="stylesheet" href="{$css_uri}" type="text/css" media="{$media}" />

                {/foreach}{/if}

{if isset($CUSTOM_FONT)}

                {$CUSTOM_FONT}

{/if}

{if isset($LAYOUT_WIDTH)}

                {$LAYOUT_WIDTH}

{/if}

<link href='http://fonts.googlea...Pro:400,600,700' rel='stylesheet' type='text/css'>

<link href='http://fonts.googlea...ly=Arbutus Slab' rel='stylesheet' type='text/css'>

<!--[if IE 8]>



<![endif]-->

{assign var='classfix' value=0}

{if in_array($page_name,array(index,'prices-drop','new-products','category','best-sales','product'))}{$classfix=1}{/if}

</head>

<body{if isset($page_name)} id="{$page_name|escape:'html':'UTF-8'}"{/if} class="{if isset($page_name)}{$page_name|escape:'html':'UTF-8'}{/if}{if isset($body_classes) && $body_classes|@count} {implode value=$body_classes separator=' '}{/if}{if $hide_left_column} hide-left-column{/if}{if $hide_right_column} hide-right-column{/if}{if isset($content_only) &&  $content_only} content_only{/if} lang_{$lang_iso} {if isset($LEO_LAYOUT_MODE)}{$LEO_LAYOUT_MODE}{/if}{if isset($USE_FHEADER) && $USE_FHEADER} keep-header{/if}">

{if !isset($content_only) || !$content_only}

{if isset($restricted_country_mode) && $restricted_country_mode}

<section id="restricted-country">

<p>{l s='You cannot place a new order from your country.'} <span class="bold">{$geolocation_country}</span></p>

</section>

{/if}

<section id="page" data-column="{$colValue}" data-type="{$LISTING_GRIG_MODE}">

<!-- Header -->

<header id="header">

<section class="header-container">

<div id="topbar">

<div class="banner">

<div class="container">

<div class="row">

{hook h="displayBanner"}

</div>

</div>

</div>

<div class="nav">

<div class="container">

<div class="inner">

<nav>{hook h="displayNav"}</nav>

</div>

</div>

</div>

</div>

<div id="header-main">

<div class="container">

 

<div class="row">

<div id="header_logo" class="col-xs-12 col-sm-3 col-md-3 col-lg-3">

<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">

<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/>

</a>

</div>

<div id="header_right" class="col-xs-12 col-sm-9 col-md-9 col-lg-9">

<div class="inner">

{if isset($HOOK_TOP)}{$HOOK_TOP}{/if}

</div>

</div>

</div>

 

</div>

</div>

</section>

</header>

 

 

{if isset($HOOK_TOPNAVIGATION)&&!empty($HOOK_TOPNAVIGATION)}

<div id="leo-mainnav" class="clearfix">

<div class="container">

<div class="inner">

{$HOOK_TOPNAVIGATION}

</div>

</div>

</div>

{/if}

 

{if isset($HOOK_SLIDESHOW)&& !empty($HOOK_SLIDESHOW) && in_array($page_name,array('index'))}

<section id="slideshow" class="clearfix">

{$HOOK_SLIDESHOW}

</section>

            {/if}

 

{if $page_name !='index' && $page_name !='pagenotfound'}

<section id="breadcrumb" class="clearfix">

<div class="container">

{include file="$tpl_dir./breadcrumb.tpl"}

</div>

</section>

{/if}

 

<!-- Content -->

 

<section id="columns" class="columns-container">

<div class="container">

{if $page_name =='index' && $page_name !='product'}

<div class="row">

<div id="top_column" class="center_column col-xs-12 col-sm-12 col-md-12">

{hook h="displayTopColumn"}

</div>

</div>

{/if}

<div class="row">

                                                

                         

                                                {if !isset($LEO_LAYOUT_DIRECTION)} {assign var="LEO_LAYOUT_DIRECTION" value="default" scope='global'} {/if}

{include file="$tpl_dir./layout/{$LEO_LAYOUT_DIRECTION}/header.tpl"}  

{/if}

 

 

 

A ver si me puedes decir dónde acoplar el código, por favor!...

Link to comment
Share on other sites

{*
* 2007-2014 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.or...ses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2014 PrestaShop SA
*  @license    http://opensource.or...ses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="{$lang_iso}"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="{$lang_iso}"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="{$lang_iso}"><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9" lang="{$lang_iso}"><![endif]-->
<html lang="{$lang_iso}" {if isset($IS_RTL) && $IS_RTL} dir="rtl" class="rtl{if isset($LEO_DEFAULT_SKIN)} {$LEO_DEFAULT_SKIN}{/if}" {else} class="{if isset($LEO_DEFAULT_SKIN)}{$LEO_DEFAULT_SKIN}{/if}" {/if}>
{include file="$tpl_dir./layout/setting.tpl"}
<head>
<meta charset="utf-8" />
<title>{$meta_title|escape:'html':'UTF-8'}</title>
{if isset($meta_description) AND $meta_description}
<meta name="description" content="{$meta_description|escape:'html':'UTF-8'}" />
{/if}
{if isset($meta_keywords) AND $meta_keywords}
<meta name="keywords" content="{$meta_keywords|escape:'html':'UTF-8'}" />
{/if}
<meta name="generator" content="PrestaShop" />
<meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" />
{if $ENABLE_RESPONSIVE}<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" />{/if}
<meta name="apple-mobile-web-app-capable" content="yes" /> 
<link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" />
<link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" />
            
{if isset($css_files)}
{foreach from=$css_files key=css_uri item=media}
<link rel="stylesheet" href="{$css_uri|escape:'html':'UTF-8'}" type="text/css" media="{$media|escape:'html':'UTF-8'}" />
{/foreach}
{/if}
 
{if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)}
{$js_def}
{foreach from=$js_files item=js_uri}
<script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script>
{/foreach}
{/if}
{if $ENABLE_RESPONSIVE}
<link rel="stylesheet" type="text/css" href="{$content_dir}themes/{$LEO_THEMENAME}/css/responsive.css"/>
{else}
<link rel="stylesheet" type="text/css" href="{$content_dir}themes/{$LEO_THEMENAME}/css/non-responsive.css"/>
{/if}
<link rel="stylesheet" type="text/css" href="{$content_dir}themes/{$LEO_THEMENAME}/css/font-awesome.min.css"/>
{$HOOK_HEADER}
                {if isset($LEO_CSS)}{foreach from=$LEO_CSS key=css_uri item=media}
                <link rel="stylesheet" href="{$css_uri}" type="text/css" media="{$media}" />
                {/foreach}{/if}
{if isset($CUSTOM_FONT)}
                {$CUSTOM_FONT}
{/if}
{if isset($LAYOUT_WIDTH)}
                {$LAYOUT_WIDTH}
{/if}
<link href='http://fonts.googlea...Pro:400,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googlea...ly=Arbutus Slab' rel='stylesheet' type='text/css'>
<!--[if IE 8]>
<script src="https://oss.maxcdn.c....0/html5shiv.js"></script>
<script src="https://oss.maxcdn.c.../respond.min.js"></script>
<![endif]-->
{assign var='classfix' value=0}
{if in_array($page_name,array(index,'prices-drop','new-products','category','best-sales','product'))}{$classfix=1}{/if}
</head>
<body{if isset($page_name)} id="{$page_name|escape:'html':'UTF-8'}"{/if} class="{if isset($page_name)}{$page_name|escape:'html':'UTF-8'}{/if}{if isset($body_classes) && $body_classes|@count} {implode value=$body_classes separator=' '}{/if}{if $hide_left_column} hide-left-column{/if}{if $hide_right_column} hide-right-column{/if}{if isset($content_only) &&  $content_only} content_only{/if} lang_{$lang_iso} {if isset($LEO_LAYOUT_MODE)}{$LEO_LAYOUT_MODE}{/if}{if isset($USE_FHEADER) && $USE_FHEADER} keep-header{/if}">
{if !isset($content_only) || !$content_only}
{if isset($restricted_country_mode) && $restricted_country_mode}
<section id="restricted-country">
<p>{l s='You cannot place a new order from your country.'} <span class="bold">{$geolocation_country}</span></p>
</section>
{/if}
<section id="page" data-column="{$colValue}" data-type="{$LISTING_GRIG_MODE}">
<!-- Header -->
<header id="header">
<section class="header-container">
<div id="topbar">
<div class="banner">
<div class="container">
<div class="row">
{hook h="displayBanner"}
</div>
</div>
</div>
<div class="nav">
<div class="container">
<div class="inner">
<nav>{hook h="displayNav"}</nav>
</div>
</div>
</div>
</div>
<div id="header-main">
<div class="container">
 
<div class="row">
<div id="header_logo" class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/>
</a>
</div>
<div id="header_right" class="col-xs-12 col-sm-9 col-md-9 col-lg-9">
<div class="inner">
{if isset($HOOK_TOP)}{$HOOK_TOP}{/if}
</div>
</div>
</div>
 
</div>
</div>
</section>
</header>
 
 
{if isset($HOOK_TOPNAVIGATION)&&!empty($HOOK_TOPNAVIGATION)}
<div id="leo-mainnav" class="clearfix">
<div class="container">
<div class="inner">
{$HOOK_TOPNAVIGATION}
</div>
</div>
</div>
{/if}
 
{if isset($HOOK_SLIDESHOW)&& !empty($HOOK_SLIDESHOW) && in_array($page_name,array('index'))}
<section id="slideshow" class="clearfix">
{$HOOK_SLIDESHOW}
</section>
            {/if}
 
{if $page_name !='index' && $page_name !='pagenotfound'}
<section id="breadcrumb" class="clearfix">
<div class="container">
{include file="$tpl_dir./breadcrumb.tpl"}
</div>
</section>
{/if}
 
<!-- Content -->
 
<section id="columns" class="columns-container">
<div class="container">
{if $page_name =='index' && $page_name !='product'}
<div class="row">
<div id="top_column" class="center_column col-xs-12 col-sm-12 col-md-12">
{hook h="displayTopColumn"}
</div>
</div>
{/if}
<div class="row">
                                                
                         
                                                {if !isset($LEO_LAYOUT_DIRECTION)} {assign var="LEO_LAYOUT_DIRECTION" value="default" scope='global'} {/if}
{include file="$tpl_dir./layout/{$LEO_LAYOUT_DIRECTION}/header.tpl"}  
{/if}

Ese es el código. Ahora bien...¿dónde exactamente tendría que poner el siguiente código? Yo tengo poca idea de esto y he probado a pegarlo en distintos sitios y queda todo fatal:

<section class="topbar">
<div class="row-fluid">
{$HOOK_TOP}
</div>
<p style="text-align: right;"><span style="font-size: medium;"><span style="text-align: right;">   </span></span><span style="color: #003366;"> </span></p>
{if $cookie->iso_code_country == 'ES'}
<table border="0" align="right">
<tbody>
<tr>
<td>
<p><span style="font-size: x-large; color: #333399;">Contacto: 647864138 <img src="http://i.imgur.com/aEQFDHH.png?1" alt="whatsapp"  /></span></p>
<p style="text-align: center;"><span style="font-size: medium; color: #333399;">Mañanas: 10:00 - 14:00</span></p>
<p style="text-align: center;"><span style="font-size: medium; color: #333399;">  Tardes:   17:00 - 20:00</span></p>
</td>
</tr>
</tbody>
</table>
{/if}
<p style="text-align: right;"> </p>
<p style="text-align: left;"><span style="font-size: x-large;"><strong style="text-align: right;"></strong></span></p>
<p style="text-align: left;"><span style="font-size: x-large;"><strong style="text-align: right;"></strong></span></p>
<p style="text-align: left;"><span style="font-size: x-large;"><strong style="text-align: right;"></strong></span></p> </section>

GRacias!

Link to comment
Share on other sites

Muchas gracias! Antes de ponerlo, podrías decirme cómo hacerlo para que en lugar de quedar contiguo quede uno debajo del otro? Esto es, en el sitio en el que aparece en tu imagen, pero uno debajo del otro... ¿Qué debería de añadir?

 

Por otro lado, cuando dices al principio, ¿dónde? ¿no importa el lugar?

 

Graciaaas!!

Link to comment
Share on other sites

Entonces el código del header tpl sería:

<div id="custom-contact" class="pull-right">
    p style="text-align: center;"><span style="font-size: medium; color: #333399; ; "> (+34) 927030796 </span>
    style="text-align: center;"><span style="font-size: medium; color: #333399;"> (+34) 647864138 <img src="http://www.webdelhidromasaje.com/themes/leo_decor/whatsapp.png" alt="whatsapp" /></span>
</div>

Así?

 

En cuanto a lo otro... así por ejemplo la primera parte?

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

#custom-contact {
    display: block;
    overflow: hidden;
    width: auto;
}

#custom-contact > span {
    display: block;
    text-align: left;
    color: #333399;
    font.size: 16px;
}

/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...