-
Anonymous
Hey team,
I am having trouble getting the Privacy Policy and Cancellation Policy links, to sit neatly at the bottom of the footer. If I add space, it pushes down the copyright line, when what I want is the copyright and the 2 links to be inline with each other.
Also, how do I remove the underline from the 2 links?
Thanks
-
Alvind
Hi there,
Try adding this CSS:
.gb-grid-wrapper-ab5bdd9e { p { margin-bottom: 0; } a { text-decoration: none; } }
It should fix both issues.
-
Anonymous
Hey Alvind,
That worked perfectly, thank you. How can I remove the underline from all links?
-
Alvind
If the links are in the content area, you can remove the underline globally by going to Customize > General > Underline Links and disabling it.
-
Anonymous
Thanks Alvind. Is that a new feature or have I just never noticed it?
-
Alvind
You’re welcome!
It’s not a new feature; it’s been available since an earlier version, though I’m not sure exactly which one.
- You must be logged in to reply to this topic.