The CSS Editor: Each Cargo site contains a CSS Editor where you can access the entire stylesheet of your site. You can modify existing styles as well as add your own custom CSS rules. Access it via the Design tab.
Some adjustable elements within Cargo don't have dedicated controls in the Admin and instead need to be configured with CSS such as the titles of a Thumbnail Index, Image Captions, the Site Menu button, or Active Page Links.
You can change the styles of any element within your site. For example, you can search (command + f) for
hr
to style horizontal lines. The thickness of the line is defined by the height:
attribute, and the color is defined in the background:
attribute.Note: We recommend that you do not remove the existing selectors in the CSS Editor as it may have unwanted consequences in the Admin.
︎ Custom HTML & Scripts
Still need help?