Search

This is where we post updates related to feature releases, scheduled maintenance, and more. Content from this blog is syndicated directly to your website manager overview.

Status
This area does not yet contain any content.
« IE6 Support Discontinuation (Manager Interface) | Main | Scheduled Maintenance Postponed »
Tuesday
Apr152008

System-Wide Template Revisions

In preparation for Squarespace V5, we’ve patched a handful of layouts that were using custom templates, enabling them to receive important system-wide updates for this and future upgrades. If you are using one of our public layouts and one of our default styles, you don’t need to do anything. These changes will be seamless.

If you are using a custom layout or custom style, you may see minor changes to your site. Below I have outlined these changes, and how to revise them if you prefer.

  1. A long dash now appears to the left of an active menu item, and you’d like to hide it.

    Add the following code to the Custom CSS area of your style manager:
    #active-module-marker { display: none; }


  2. A small arrow appears to the left of an external link in your menu, and you’d like to hide it.

    Add the following code to the Custom CSS area of your style manager:
    .module .offsite-link { display: none; }


  3. You now have an indicator to the left of a folder item in your menu, and you’d like to hide it.

    Add the following code to the Custom CSS area of your style manager:
    .folder-link-expand, .folder-link-contract { display: none; }


Again, if you are using one of our public layouts and one of our default styles, these patches will be transparent and you do not need to make these revisions to your CSS.

PrintView Printer Friendly Version

EmailEmail Article to Friend