Our app does not currently have options to change colors, font sizes, etc. from our in-app settings.
In case you are good at CSS/HTML, please add the following code to make the changes.
Step 1: Go to Sales channels -> Online store -> Themes
Step 2: Choose the theme you want to edit -> Click 3 dots -> Edit code
Step 3: Add the transtore-custom.liquid file
In the left-hand sidebar under the Snippets folder, click Add a new snippet. Name the file as transtore-custom.liquid and click Done
Step 4: Render the transtore-custom.liquid file
In the theme.liquid file, decide where you want the transtore-custom.liquid content to appear (typically, this could be before the </head> tag, depending on your needs). Add the following line of code where you want to render the created file: {% render 'transtore-custom' %}
Step 5: Once the transtore-custom.liquid file is created, open it and paste your custom code (or the code provided by our app) into this file.
Note: You don't necessarily need to create a file in step 3; you can directly insert the code at the end of the theme.liquid file. However, I recommend creating a separate file for easier management.
Below is the code to adjust the color, font, and background color of the switcher. You can refer to it and modify the color codes as your desired (no need to select all). Modifying the code requires basic CSS knowledge. If you're not able to make the changes, please don't hesitate to contact us directly at support@transtore.app.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article