Can't find the css-block

Hey

I can’t find the css-block in the admin panel for Quick links?Attachment 39999Attachment 40000

4 answers

Profile photo of Ziven Staff 100280.00 $tone September 17, 2014
Public

From the Admin panel, select CMS > Pages > Manage Content.
Click to open the CMS page. Then, in the Page Information panel on the left, select Design.
In the Layout Update XML box, enter the code for the right or left sidebar, as shown in example. Change the reference name to identify either the “left” or “right” sidebar, and change the block_id to the identifer of the block to be placed.
Code for CMS Block in Sidebar
<reference name="right">
<block type="cms/block" name="right.permanent.callout">
<action method="setBlockId"><block_id>your-block</block_id></action>
</block>
</reference>
When complete, click the Save Page button.

Attachment 40034

#4

Please login or Register to Submit Answer

Written By

Comments