Announcement

Collapse
No announcement yet.

How to Remove the "Information" box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to Remove the "Information" box

    Hi

    I am building my site using the classic responsive theme. Having removed the "More Pages" fragments from the homepage, I am left with a box at the top left called "Information" which has a link to the home page.

    Can I remove it? I cant find where it is switched on and it doesn't seem to be a fragment.

    TIA

    D.

    #2
    You will need to go into the 'design view' and edit the layout 'regular left sidebar'

    You will need to comment out these lines;
    Code:
    <div id="information" class="sidebar-element"<actinic:block if="%3cactinic%3avariable%20name%3d%22MobileLeftColumn%22%20%2f%3e%20%3d%3d%20%22After%20Main%20Content%22"> style="display:block;"</actinic:block>>
    					<h3>Information</h3>
    					<div class="side-menu">
    						<actinic:variable name="BrochurePageList" />
    					</div>
    				</div>
    Arka Tribal Jewellery

    Comment


      #3
      'comment out' means put

      <!--

      before the code and

      -->

      at the end of the code.
      The code between the two will be ignored.
      Arka Tribal Jewellery

      Comment


        #4
        Originally posted by feemish View Post
        'comment out' means put

        <!--

        before the code and

        -->

        at the end of the code.
        The code between the two will be ignored.
        Thanks for your help - really appreciated.

        D

        Comment


          #5
          sorry I cant seem to find that layout in the design library, Presumably it is under a sub heading?

          Comment


            #6
            It is in the Page Areas.
            Peblaco

            Comment

            Working...
            X