CSS selectors and properties

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Murayama
    Junior Member
    • Apr 2019
    • 2

    #1

    CSS selectors and properties

    Hello,

    Is there a sample/reference css sheet that shows all the available selectors and properties for pages related to easy cart? Thanks!
  • admin
    Administrator
    • Feb 2013
    • 59
    • ***************************
      Josh Jones
      Level Four Development, llc
      ***************************

    #2
    No, we don't have a list of all selectors in CSS. The best thing to do is with something like chrome or IE, you can use the web console and simply hover over an item, select it, and it shows you the elements... this way you can choose the element ID, CSS class, or ID of any field right in the code. Very standard practice in web design, and we have hundreds if not over thousands of various element names, so not documentable.

    Comment

    Working...