Announcement

Collapse
No announcement yet.

Change Login message bg colour

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

    Change Login message bg colour

    Hi,
    When a user logs in successfully they are taken back to the catalog, below the "Buyer: Buyer Name | Account | Logout and header info there is another row which is a dark shade of blue. Where do I go to change this?

    Thanks
    Sellerdeck Business Plus 12.0.1.NBLA

    #2
    There is nothing in the colour scheme to change this dark blue colour.
    Sellerdeck Business Plus 12.0.1.NBLA

    Comment


      #3
      To change the way the login shows up go to Design > Text. Then you can do a search for "Buyer"
      Another way to change this is in Design > Text click on the Go to button on the bottom left. Enter Phase -1 and Id 210. Starting from 210 till Id: 217 all make up bits of the account status that you want to modify.
      Pl. be very careful when modifying the %s as they are substituted for certain elements and get interpreted in order, L-R
      Cheers
      Michael Coutinho
      Lead Developer | <a href="http://www.suresolutionsinc.com">Sure Solutions: http://www.suresolutionsinc.com</a>

      Comment


        #4
        Hi,
        Thanks for that. I located the code:
        Code:
        <table border=0 width=100%><tr><td align=center bgcolor="%s">%s<b>Welcome to Online Catalogue</b>&nbsp;%s%s</td></tr></table>
        If I edit the bgcolor="%s" here will it change anything anywhere else. What does the %s refer to?

        Thanks
        Sellerdeck Business Plus 12.0.1.NBLA

        Comment


          #5
          I managed to change the colour by replacing the %s but some colour codes didn't work. Changed it to eeeeee and it worked fine.
          Sellerdeck Business Plus 12.0.1.NBLA

          Comment

          Working...
          X