footer DARA

  • Unknown's avatar

    Comment puis-je mettre mon nom à la place de “fièrement propulsé” par WordPress – thème DARA par Automatic dans le footer de ma page

    How can I put my name in the place of “proudly powered” by WordPress – DARA theme by Automatic in the footer of my page

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

  • Unknown's avatar

    Hi,

    You can change the footer credit by going to: https://wordpress.com/customize/identity/septadire.com

    In the left column, scroll down till you find “Footer Credit” and click on the drop-down menu to change the credits.

    you will need Business Plan upgrade to set custom footer credit.

    You can learn more about the plans here: https://wordpress.com/pricing/

    – bests,

  • Just to clarify, while you need a Business plan tho fully hide the footer credit, your Premium plan is enough to add a custom credit with CSS.

    Here’s what I’d suggest.

    Go into your Customizer‘s Site Identity panel and choose “WordPress.com logo” from the Footer Credit dropdown menu.

    In your CSS panel, add this:

    /* Add text after footer credit */
    .site-info::after {
      content: "My text here";
      margin: 0 auto;
    }

    Let me know how it goes.

    Also just a heads-up that since your site has a Premium plan, you’re entitled to live-chat and email support, accessible here:

    https://wordpress.com/help/contact

    You’re welcome to still post in these forums, but those other support avenues may be faster, and you’ll always get a staff reply.

  • The topic ‘footer DARA’ is closed to new replies.