Modulo de noticia principal.

Mais
15 anos 6 meses atrás #27787 por thgcivic
thgcivic replied the topic: Re: Modulo de noticia principal.
Olá
tente assim
no index.php
ao inves de
<?php if( $this->countModules('destaque') ) {?>
<td class="lr-padd">
<jdoc:include type="modules" name="destaque" style="xhtml" />
</td>

<?php } ?>

Coloque esse
<?php if ($this->countModules ( 'destaque' )) : ?>
	<div id="destaque">        	
		<jdoc:include type="modules" name="destaque" style="xhtml" />
    </div>
<?php endif; ?>

e no css q eu disse
coloque
#destaque a {
           font-size:18px;
}


veja se dá certo

Inté <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

[b:1fi4zh5y]Acesse minha página [url:1fi4zh5y]http://www.webmasterthg.com.br/[/url:1fi4zh5y][/b:1fi4zh5y]
[b:1fi4zh5y][i:1fi4zh5y]Não respondo dúvidas por MP, por favor crie um tópico ñ custa nada[/i:1fi4zh5y][/b:1fi4zh5y]

Please Entrar ou Registrar to join the conversation.

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
15 anos 6 meses atrás #27810 por riccelly
riccelly replied the topic: Re: Modulo de noticia principal.
+ ou _ Resolvido thiago..

o tamanho da fonte até q tá blz, mas a cor e negrito nada..

#destaque a {
font-size:25px;
text-decoration: none;
font-weight: bold
color: #000000
}

vou tentar mexer no modulo.

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.

Mais
15 anos 6 meses atrás #27864 por thgcivic
thgcivic replied the topic: Re: Modulo de noticia principal.
olá riccelly
vc esqueceu de colocar o ; depois dos 2 ultimos <!-- s:D --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Muito Feliz" /><!-- s:D -->

Inté <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

[b:1fi4zh5y]Acesse minha página [url:1fi4zh5y]http://www.webmasterthg.com.br/[/url:1fi4zh5y][/b:1fi4zh5y]
[b:1fi4zh5y][i:1fi4zh5y]Não respondo dúvidas por MP, por favor crie um tópico ñ custa nada[/i:1fi4zh5y][/b:1fi4zh5y]

Please Entrar ou Registrar to join the conversation.