...
- Contact us for custom name servers.
Custom CSS
Create a custom.css file and save it on your hosting. Be sure, to use https (not http), to prevent browser warnings.
When you link to the shop, make sure to add a ?css=.. parameter.
Eg. https://shop.example.com/?css=https://example.com/shop/custom.css
The css could look like this, for example, to hide the footer:
Code Block |
---|
footer {
display:none;
} |
สำหรับภาษาไทยดังนี้
ท่านสามารถปรับแต่ง Control Panel (my.codeorange.co.th) ได้
...