Announcement

Collapse
No announcement yet.

Possible to change background colour of just header?

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

    Possible to change background colour of just header?

    Is it possible to change just the background colour of the top section of the 'Smart' theme? We have a logo on a white background and want just that section to be white also.

    Any way to do this?

    #2
    Yep. This is possible to do. What you need to do is go into the 'Design' tab and click somewhere in the header area that you want to change.

    Now look in the layout code panel at the bottom. Hopefully the title bar will say 'Layout Code - Smart Header Area'. If it doesn't - and it actually says 'Standard Company Logo Image' then click the 'Navigate To Parent Layout' button at the bottom left of the Design tab (it's a yellow spiral with an up arrow).

    Then find the line that says:
    Code:
    <table width="100%" cellspacing="0" cellpadding="0" border="0" style="background-image:url('theme_topbar_background.gif');">
    Change the style= bit to say:
    Code:
    style="background-color:red;"
    ...replacing 'red' with the colour you want to use - which can be one of those standard hexadecimal things like #ff0000

    Comment


      #3
      That's superb Chris, worked like a charm - thanks.

      One more quick question - is it possible to move the 'New Products' list from over on the left, over to the right side underneath the cart.

      Would be cool and the gang if possible.

      Many thanks - Ben

      Comment


        #4
        To make this change you need to move the 'layout selector' that controls the insertion of the new products list.

        To find this layout selector, click on the 'New Products' heading for the new products list and then click the 'Navigate to Parent Layout' button. You should then be in a layout called 'Smart Left Sidebar'.

        Highlight the pink layout selector that says 'Sidebar New Products List In A Box' and cut it to the clipboard. Click 'Apply'.

        Now click on the cart details at teh right and navigate to the parent layout, which is called 'Smart Right Sidebar'. Paste the layout selector in at the bottom of the layout. Click 'Apply'.

        Comment


          #5
          Chris, you are most definately 'the man'.

          Thanks very much - Ben

          Comment

          Working...
          X