Hello, here is the staging URL:
puresinse.mystagingwebsite.com
I would like the footer bar text “© Copyright 2017 PureSinse Inc. | All Rights Reserved | Privacy Policy.”
and social media icons to be centered.
How would I do this?
Bryan
Hey bryankerr,
Add the following to quick css:
.sub_menu_socket {
display: none;
}
#socket .copyright {
text-align: center;
width: 100%;
}
#socket .social_bookmarks {
text-align: center;
width: 53%;
}
Best regards,
Jordan Shannon
How would I get the Privacy Policy links right justified on the footer as seen in the link attached. I can see where I add the Social Icons, but would like to add page links.
Thank you!
Hi hunter_ncmed,
You can create a new menu under Appearance->Menus, then assign it to display in the footer.
Best regards,
Rikard
Thanks Rikard! Is there a style that you have handy that would remove the underline in the link? I have one for the footer widgets that work, but it doesn’t seem to work on the Privacy Policy link. Thank you!
Hi,
Please provide a link to the site again.
Best regards,
Jordan Shannon
Hi,
Thanks for the screenshot, but I can’t see an underline there? If there is one then you can try this CSS:
#socket a {
text-decoration:none !important;
}
Best regards,
Rikard
That did it. Thanks Rikard!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon