Need help? Check out our Support site, then


Como substituir título do blog por imagem

  1. terminaldeembarque
    Member

    Olá,
    Gostaria de saber como inserir uma imagem (jpeg ou png) no lugar do título do bog. Tenho o tema Adventure Journal e o cabeçalho dele é enorme, mas não gostaria de inserir imagens alí. Sei que posso retirar a opção de "exluir cabeçalho" mas, além disso, quero inserir uma imagem (logo) no lugar do título do meu blog. É possível?
    Obrigada.

    The blog I need help with is terminaldeembarque.com.

  2. We provide support at this forum in English. Can you please translate your request or ask for help from volunteers at http://pt.forums.wordpress.com/ ?

  3. This is an Englsigh speaking forum but you can get support in the forum of your own language:
    Português (Portuguese) : http://pt.forums.wordpress.com
    Português do Brasil (Brazilian Portuguese) : http://pt-br.forums.wordpress.com

  4. terminaldeembarque
    Member

    Hi,
    I´d please like to know if it´s possible to insert an image (logo) at the top of the page instead of as the header. My blog theme is adventure journal and I wanted to substitute the title of the blog "Terminal de Embarque" for an image. Is that possible?
    Thanks...

  5. Yes. There is more than one way to do that. Here is an example of replacing the site title in the upper left part of the header area in the Adventure Journal theme with an image graphic.

    #logo #site-title {
    background: url(http://s.wordpress.org/about/images/logo-grey/grey-m.png) no-repeat;
    display: block;
    width: 100px;
    height: 100px;
    text-align: left;
    text-indent: -9999px;
    }

    I used http://s.wordpress.org/about/images/logo-grey/grey-m.png as an example.

    Replace the url() value and the width and height to what looks good to you.

  6. terminaldeembarque
    Member

    Ok, I´ll try that! I´m beginner... :) Thanks!

  7. Welcome! CSS is fun to play around with. I hope you like it.

Topic Closed

This topic has been closed to new replies.

About this Topic