Me gustaría cambiar Titulo de la Pagina por logotipo
-
Hola me gustaría cambiar el titulo de la pagina.
Capturasport
por un logo.
Haber si alguien puede ayudarme.
The blog I need help with is: (visible only to logged in users)
-
-
Hi I would like to change the title of the page.
Capturasport
by a logo.
Haber if someone can help me.
-
Hi, yes, this can be done with CSS. Are you talking about the site title at the top where it says 222.capturasport.com in the black band at the top?
-
-
You can use CSS based on the example below, you just need to add in the image URL you want to use from your media library and set the width and height to match the image:
.site-title a { background-image: url("http:placehold.it/300x50"); height: 50px; width: 300px; display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; } h1.site-title { margin: 5px 0; } -
Hi, I looked in your media library and pulled out an image just for demonstration purposes. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. There are some changes that may need to be made depending on your final logo. This one doesn’t work too well since the text is so small at a smaller size.
#masthead h1 a { background-image: url("https://capturasportcom.files.wordpress.com/2016/07/smalllogo-blanco.png"); display: block; background-size: contain; background-repeat: no-repeat; height: 70px; color: rgba(0, 0, 0, 0); display: block; } -
-
- The topic ‘Me gustaría cambiar Titulo de la Pagina por logotipo’ is closed to new replies.