Announcement

Collapse
No announcement yet.

Logo

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

    Logo

    I'm probably being incredibly stupid. However, I've used the 'Smart' theme and I can place my logo at the top of each page but it appears aligned left and has a green block at the right.

    What I'd like to do is centre the logo; get rid of the green colour block and add some manufacturers logos in the header on every page.

    All help gratefully appreciated.

    Ken

    #2
    You will need to edit your 3 main primary templates Act_Primary.html, Act_BrochurePrimary.html and Act_PrimaryCheckout.html in the root of the site1 folder.

    You wil see towards the top of the page the NETQUOTEVAR handling the company logo - you will need to set align=left to align=center in the table or cell it is sitting into.

    The block of green to the left may be generated by an old table cell - either move your logo into that or better to merge the cells at the top to form 1 spanning the lot ... hard to speculate without seeing the code.


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Thanks for the pointers - I'll see if I can sort it out from there but will revert if I run into problems.

      Thanks again,
      Ken

      Comment


        #4
        Best to save an archived copy of the templates before starting work and even working on a temporary version of the template and applying to just one section - this will save Actinic uploading the whole site after a change of time stamp to any of the Primary templates


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Thank you - haven't had time to do anything yet - Bank holidays!!!

          Ken

          Later:
          Have now applied your suggestions and all working as required. One thing; had to change the logo in a couple of other html files to cater for the brochure pages but you showed me the way ok.

          Many thanks!

          Comment


            #6
            Change background colour

            I had a similar problem which was due to the background colour showing at certain resolutions. I tried changing it in Design >colors but it also controlled the colour of the main boxes. So i changed the following line


            <td align="left" bgcolor="NETQUOTEVAR:PALCOLOR2CSS">
            NETQUOTEVAR:LOGOIMAGE
            to

            <td align="left" bgcolor="ffffff">
            NETQUOTEVAR:LOGOIMAGE

            in each of the main templates for the Smart theme. Act_Primary, Act_BorchurePrimary, Act_PrimaryCheckout.

            I hope this helps.

            Cheers,

            Paul

            Comment


              #7
              Thanks Paul; all useful stuff to know.

              Ken

              Comment

              Working...
              X