Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #258490

    Hey Everyone,
    I’m curious, is there any quick way to not show any links in the socket? On the site I’m building I’ve put my links in the footer, and simply want the Copyright section of the socket to span the entire page length. Anyone know the best way to accomplish this?

    #258491

    Hi cameron329!

    Can you post the link to your website and a screenshot showing the changes you would like to make?

    Best regards,
    Yigit

    #258507
    This reply has been marked as private.
    #258509

    Hi!

    Please go to Apperance > Menus and uncheck Enfold footer menu in Menu Settings section. And you can add following code to Quick CSS in Quick CSS if you would like to increase letter spacing

    #socket .copyright { letter-spacing: 2px; }

    Regards,
    Yigit

    #258524

    Hey Yigit,
    Thanks for pointing me to the Link removal section, that worked perfectly. Now my next question is would there be any way increase the copyright section of the socket to spread across the entire width of the page?

    Right now as you’ll see on my page all of my content is squished on the left side and I’d like the ability to space those sections of text out across the entire socket. Is that something that would be possible?

    #258528

    Hi!

    Please add following code to Quick CSS as well

    #socket .copyright { width: 100%; }

    Best regards,
    Yigit

    #258537

    Thanks Yigit! Exactly what I needed. Appreciate the great assistance as always.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove Links in Socket / Lrger Copyright Section’ is closed to new replies.