Remove underline from text link in Cargo Collective
In this blog, we are going to learn how you can remove the underline from text that is linked to some page or external URL on the Cargo Collective site. I will be covering for both Cargo 2 and Cargo 3 site editors.
Remove Underline from the link in Cargo 2
First, we are going to see how you can remove the underline in Cargo 2, to do this we need to write a little bit of CSS so let’s see how we can do this.
- First, go to the Design tab and then navigate to the CSS editor.
2. Add the CSS code, which basically targets the tag which is the anchor tag and then we add the CSS text-decoration: none to remove the underline.
a {
text-decoration: none !important;
}
So these are the simple steps that you can take to remove the underline in Cargo 2.
Remove the Underline link in Cargo 3
In Cargo 3 you can follow the above method as well but in Cargo 3 it comes with a simple toggle button to hide or show the underline so let’s see –
- Click on the text style tab and select the text style in which you want to remove the underline.
- Expand the More Options tab and uncheck the Underline Links.
I hope you have found this blog helpful. Thanks for reading🚀
If you have any questions or need help with your Cargo Site, feel free to ask in the discussion forum.