Hi,
Can someone please advise on where you change the border and weight on the text fields within the checkout?
I'm guessing it is controlled by <div class="InvoiceField" > and InvoiceField wideInput,? but I cant find where either of these are to change....
Announcement
Collapse
No announcement yet.
Search Result
Collapse
2 results in 0.0059 seconds.
Keywords
Members
Tags
-
Checkout text box border
-
Removing .html extension
Hi all,
hope someone can advise. I want to remove the .html extension from all the website urls using something like the below in .htaccess
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
RewriteRule ^ /%1 [NC,L,R]
RewriteCond %{REQUEST_FILENAME}.html -f...