• Resolved emmediemme

    (@emmediemme)


    Ciao and Happy New Year to all.

    I would like to add a writing in the footer social link. Just before “Proudly powered by WordPress | Theme: Dyad by WordPress.com”.
    Can you help me?
    Thanks in advance
    Marco

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Marco!

    Your first step would be to set up a child theme.

    Once that is ready, you can copy the parent theme’s footer.php file into your child theme’s folder, and add the text you want there.

    The text you already have has some translation code around it, but you can add your own text in between lines 43 and 44 ??

    Thread Starter emmediemme

    (@emmediemme)

    Hi Chad,
    thank you for your reply.
    Truth is… I’m not sure creating a child theme. ??
    I’ve already inserted in a Jetpack custom css module. Can I use that? If yes can you explain to me how?

    Thanks Chad in advance
    Marco

    Ha, sorry, I completely went about that the hard way. It’s been a child theme kind of day for me so my brain skipped right past CSS.

    I just tested this and it worked nicely:

    .site-info:before {
       content: "PUT YOUR TEXT HERE | ";
    }

    That should do the trick ??

    Thread Starter emmediemme

    (@emmediemme)

    Great, works perfectly. You can close the post.
    Thanks so much Chad ??

    You’re welcome! ?? There’s an option in the sidebar where you can mark the thread as “resolved” when you’re ready

    Thread Starter emmediemme

    (@emmediemme)

    sorry for the delay in my reply Chad. I have seen. Perfect. Ciao and see you soon ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer social links menu’ is closed to new replies.