Toaccess your fleet management solutions, select the appropriate Omnitracs login option below. We take pride in delivering comprehensive software systems that allow you to maximize business efficiency and spur growth. If you have any questions or difficulty logging into your Omnitracs customer portal, please contact our support team for assistance.
When we were looking for a doggie daycare we viewed several facilities in the area. The thing that stood out was the large and open play spaces, the friendly staff, and the attention to detail. We appreciate they make sure all the dogs are current with their vaccinations. After a long day of playing our Oliver just wants to go home and cuddle and nap. Loyal customers since 2015.
I don't see a clear way to style the customer login pop up, or the customer account drawer. Is it possible to style these via Squarespace or CSS? My fear is that these may be iframes which means we're stuck with the default.
Please note that these code provide a framework for you to style these elements. They don't do the styling for you, you still have to know CSS and or JavaScript, depending on what you are trying to accomplish, to do more than just the most basic changes.
Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Thank you Creedon!
I have been struggling understanding the values I'm supposed to modify, and how to go about it... I have a fair understanding of CSS but JavaScript is still beyond me at this point (but I for sure would like to learn).
It works pretty much the same for the dialog. Bring the dialog up. Inspect the dialog. You'll find that the dialog is an iframe ( a document within a document ). The iframe has it's own HTML, BODY, and etc. tags. Any class name and others you find within the iframe can be added to my code to modify the dialog.
How do I modify content? For example, if I wish to change the title and button contents, where do I find this inside DevTools? I can't seem to find where that is...
What am I missing here?
Also... I understand this is iFrame -I don't understand yet what that means, but I know it's different from 'regular CSS'.
Why are the custom fonts I uploaded in Squarespace not working in your code?
If I wanted to, would I be able to put 'display: none' for the button or the inputs, so that they are not visible? I have not succeeded.
As the content of the iframe is being loaded loaded from somewhere else (not from your website), it cannot access custom fonts that you've added to your website. The login has been built to use Squarespace's own 'Clarkson' font, inspired by their roots in New York City.
In many cases if you context click on the element you want to inspect it will show up in DevTools. If it doesn't then you have to search around the document for it. The find option can be useful in this case.
3a8082e126