Pie de página

  • Unknown's avatar

    ¿Cómo puedo editar los créditos a pie de página de mi sitio? Saludos, muchas gracias.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Google Translation:

    How I can edit the credits footer of my site? Greetings, thank you very much.

    Hi there, you can add text before or after the existing footer credits, but you cannot alter the existing credits. If you wish to add text before (above) the existing, use the following CSS Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .site-info:before {
        content: "This is my text added before";
        font-size: 110%;
        font-weight: bold;
    }

    If you wish to add your text after the existing footer credits, then use this instead.

    .site-info:after {
        content: "This is my text added after";
        font-size: 110%;
        font-weight: bold;
    }

    I included a font size and font weight also in case you wish to increase the size or make the text bold.

    We also have a Español forum at http://es.forums.wordpress.com if that would work better for you.

  • Unknown's avatar

    Muchas gracias por la ayuda, de verdad. Pero no sé cómo aplicar los cambios en mi caja de CSS, ni ver la vista previa, le doy guardar pero todo sigue igual. Muchas gracias de nuevo!

  • Unknown's avatar

    Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the CSS code I gave you to try out. You can preview right in that window where you enter the CSS.

    And you are very welcome.

  • The topic ‘Pie de página’ is closed to new replies.