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?
Hi cameron329!
Can you post the link to your website and a screenshot showing the changes you would like to make?
Best regards,
Yigit
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
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?
Hi!
Please add following code to Quick CSS as well
#socket .copyright { width: 100%; }
Best regards,
Yigit
Thanks Yigit! Exactly what I needed. Appreciate the great assistance as always.