Hide/Remove Cargo Logo from Website (Easy)
Learn how to hide or remove cargo logo from the website. In this blog, we are going to see how you can do that for both Cargo 2 and Cargo 3 site.
Remove Logo in Cargo 2
Go to your Cargo 2 editor. Look for the page called ‘Running on Cargo.’ Then, click on the blue icon on the right side of the page.
It will open a small window. Click on the ‘Delete…’ button, and then confirm the delete when prompted.
After removing the text ‘Running on Cargo,’ the light-bolt icon will still be visible. To hide it, we need to add custom CSS.
To add custom CSS.
- Navigate to the Design Tab.
- Scroll down until you locate the CSS Editor option.
- Add custom CSS targeting the #toolset ID and set it to display none. You can use the following CSS code mentioned below.
- Click on the Save button to apply the changes.
#toolset{
display: none;
}
Hide cargo.site logo in Cargo 3
In Cargo 3 it is quite simple to hide the logo, you just need to check on “Hide Cargo Logo”
- Open your Cargo 3 editor.
- Click on the Globe icon located on the right side of the editor.
- Check the option that says “Hide Cargo Logo.”
- After making the changes, click on the “Publish” button to update your website.
We have successfully hidden the logo in Cargo 2 and Cargo 3.
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.
Checkout the blog on how to add a Blog in Cargo 2 and Cargo 3😍