website logo
⌘K
GETTING STARTED
Installation
Concepts & Terms
Voice trackers
Voice commands
API
Structure
Trackers API
Blog API
FREQUENT QUESTIONS
What happens when trial expires?
Can I make completely different design of the widgets?
How reliable Voxpow is?
Should I change the tracker code on every new command or search message change?
Where and how I can test functionalities
What languages are supported?
Which browsers are supported?
Why I don't see trackers on iOS?
What is a "Domain" in the context of Voxpow tracker?
What is CDN?
Why are JS files CDNized?
What is CDN Invalidation?
Will the JavaScript files slow down my website?
Can Voxpow be used to capture the full text spoken by the user?
Can I see what the customer is searching for?
Is the user asked that trackers utilize voice recognition?
Can I make custom voice commands?
Can I use advanced JavaScript code to respond to searches?
What CMS you support?
Does your service work on HTTP or only on HTTPS?
Why I cannot see the voice tracker from my mobile device?
MISC
Browser permissions
Data Privacy
CORS
Docs powered by archbee 
3min

Can I make completely different design of the widgets?

You will probably like our pre-build tracker themes, but you will need a custom design in one moment. You can want to change the microphone icon or perform some other tweaks on the visual widget. That's why we implement the functionality to change the CSS on per tracker basis.

You can find the option on your voice tracker's details page around the "Theme" field:

Implement Custom Design
Implement Custom Design

You can put your styles in the field, but you should keep our CSS skeletons' structure. For example, take a look of styles for Standart Style - Right: https://cdn.voxpow.com/static/themes/basic-right.css

You can copy the content, change what you decide, adapt to your needs, and put it in the CSS field.

Our widget's core building block is "skitt-ui", which comes from "Speech Kit User Interface".

CSS template

If you want to copy an example CSS structure, perform your changes and upload it, maybe the most straightforward possibility is to copy and adapt the following template yo your needs.

CSS
|



Updated 15 May 2021
Did this page help you?
Yes
No
UP NEXT
How reliable Voxpow is?
Docs powered by archbee 
TABLE OF CONTENTS
CSS template