Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

Despite the powerful controls available to manipulate the look and function of your online storefront, sometimes you just need to hide or restyle something and there’s not a setting or configuration option directly for it.

In addition to all the backend database and scripting, your AutoPrint storefront uses a combination of standard web page technologies to define and control the way elements on the page appear and, to some degree, interact.

So, learning a little HTML, CSS, and javascript, or finding someone you can depend upon to help you make some of these changes might go a long way. The further you go down the list, the more complex the languages and their usage gets.

Here’s some recommended resources to learn the basics of each of these technologies:

HTML (or Hyper Text Markup Language)
https://www.w3schools.com/html/

CSS (or Cascading Style Sheets)
https://www.w3schools.com/css

JS (or Javascipt)
https://www.w3schools.com/js

And, one more invaluable tool you’ll want to know about is the Chrome (or Firefox) inspector tool. Here’s a quick video to show you how to use it to find an element of HTML, create CSS to hide it, then add the HTML/CSS rule you create to your theme’s global CSS file.

  • No labels