Announcement

Collapse
No announcement yet.

Postcode Anywhere V10 Styling

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

    Postcode Anywhere V10 Styling

    With the introduction of the new checkout process the postcode lookup button has lost its styling and now does not standard out. If you change the css styling it changes all of the form fields aswell.

    Someone might have a better way of doing this but you can change the button to an extent or replace it with an image.

    To change the text colour then add a simple line to your css file like this
    Code:
    .postcode_lookup{
    color: yourcolour; 
    }
    then edit your keys under postcode anywhere control panel, find the part "lookup button"
    Change the button type to "my own html"
    Enter the text of your button
    enter the css class "postcode_lookup"

    and thats it your done, i did try adding the background colour but this did not seem to work, im guessing it is being ignored because of other css in the checkout.

    You can also design your own button image and use this, i managed to easily enough although the alignment is all a bit off and have not used one yet but will look at this another time. It does work though

    hope this helps
    Darren
Working...
X