Developer Portal
HomeAPi References
HomeAPi References
  1. Css References
  • Start Page
    • Intorduction
    • what Can We Develop in Emole
    • Testing Developing Apps And Code
    • Pricing And Recuring Payment
    • Emole Service Store
    • Join To Emole Services Provider
    • Snipped Code Section
      • Introduction
      • What is Snipped Codes Work With Emole Stores?
      • Emole Full Editor
      • Html Editor
        • What is Html Editor?
        • JavaScript and Css In Editor
        • Snipped Codes in Html Editor
        • Html Tags Develop in Editor
        • BootStrap in Html Editor
        • Using Html Editor
        • Libraries And Packages Used in Emole
      • Css Editor
        • what is Css Editor?
        • Css Editor By Store
        • Css Editor Configuration
        • Store Layout Structure
        • Css References
          • layout Structure Classes Names
          • Global Css
            • How To Change Reset CSS
            • How To Change Global CSS
            • How To Change Global Form CSS
            • How To Change Global (Cart Table, Data Table, Forum Table) Table CSS
            • How To Change Mobile Navigation CSS
          • Header And Footer Sections
            • How To Change Notification & Popup CSS
            • How To Change Header Admin Link CSS
            • How To Change Header CSS
            • How To Change Header Selector CSS
            • How To Change Header Link CSS
            • How To Change Header Lower CSS
            • How To Change Header Logo CSS
            • How To Change Desktop Menu CSS
            • How To Change Header Search Box CSS
            • How To Change Flyout Cart CSS
            • How To Change Footer CSS
            • How To Change Blocks CSS
            • How To Change Breadcrumb CSS
          • Catalog Css
            • How To Change Category Page CSS
            • How To Change Manufacturer Page CSS
            • How To Change Vendor Page CSS
            • How To Change Product Box CSS
            • How To Change Home Page Category CSS
            • How To Change Home Page Category CSS
            • How To Change Home Page Product View Per Row CSS
            • How To Change Product Details Page Product View Per Row CSS
            • How To Change Shopping Page Product View Per Row CSS
            • How To Change Pager CSS
            • How To Change Product Reviews CSS
          • Topics And Pages Css
            • How To Change Wishlist Page CSS
            • How To Change Compare Page CSS
            • How To Change Topic CSS
            • How To Change Contact Page CSS
            • How To Change Email A Friend Page CSS
            • How To Change Registation, Login & Account Pages CSS
            • How To Change Cart Pages CSS
            • How To Change Estimate Shipping Popup Common CSS
            • How To Change Shopping Cart Estimate Shipping CSS
            • How To Change Product Estimate Shipping CSS
            • How To Change Checkout Page CSS
            • How To Change Order Details & Shipping Details Pages CSS
            • How To Change Search Pages CSS
            • How To Change SiteMap Pages CSS
            • How To Change Blog Pages CSS
            • How To Change News Pages CSS
            • How To Change Forum & Profile Pages CSS
            • How To Change BB Codes CSS
      • Linked Snipped Code
        • Intorduction
        • Linked Snipped Code Types
        • Emole Linked Snipped Code Components
        • Linked Snipped Code Component Details
          • Linked Snipped Code Component Details Type
          • CategoryNavigation Details Component
          • CheckoutProgress Details Component
          • CustomerNavigation Details Component
      • Snipped Code Editor
        • Introduction
        • What is Widget Zoom
        • Common Widget Zooms
        • Mechanism for arranging elements
  1. Css References

layout Structure Classes Names

Before you know Css Documentation You Must Know The Classes Names Used in Layout Structure Becuase you will Develope Css Code Based On Css Classes Names Because There are many of classes names in Store Theme Based On Store Section Forexample Header Section ,Body Section,Shopping Card And So on .
image.png
The picture Upper Describe Classes Names Used with every Section, there are 6 Topper Classes Names in Store.
1.
master-wrapper-page:This class Is The master class name in the store if you change any thing in it the changes will be effect all clsses names under it like master-column-wrapper or footer.
2.
header:This class is for Header Section not to header Tag , the header class name is for all elements in header Section like logo and menus and so on.
image.png
This class has two sub classes names under it .
1.
header-upper:is for upper place of store like myaccount,language list and currency list and so on.
image.png
2. header-lower:is for lower place in header section like menu and logo and shopping card icon,Search text and so on .
image.png
3. header-menu:is for header menu in store .
image.png
4. master-wrapper-content:This class for all Store Content in all page like main page and login page and blog and so on.
5. master-column-wrapper :also same master-wrapper-content class because the prev class is the parent of this class.
6. footer:this is for footer section in store like copy right and menu and newsletter section and so on.
image.png
NOTE
The perfer way To develop Css Code is write Classes start from parent classes
.master-wrapper-content .master-column-wrapper .Slider-image{
color:red;}
or
.master-column-wrapper .Slider-image{
color:red;}
All Classes inside one of this six classes So in most times if you writes without parent classes doesn't work because the style of parent classes is affects it, Because that the prefer way is write it with parent class with !important keyword to force the style to be applied.
Some Classes has Many parents inside it So you don't need To add all parents only Add The last Two parent classes if not work add third parent classes
.master-wrapper-content .master-column-wrapper .form-warper .right-form .input-text .img{
color:red;}

.form-warper .right-form .input-text .img{
color:red !important;}
INFO
You can know the parent of classes in developer console in browser like google chrome or firefox ,
You Test it in Developer console before write it in Css Editor
NOTE
You Must Know Not All Css Reference Used In All Store Is Here This Reference Is Css Parent Reference .
All Classess Names In Css References Is Public Css Not Specify To Current Theme Every Theme Used Css Parent Reference And also Has Own Reference .

TIP
You Can Used this Refrences In Any Themes Because This Is The Parent Css And All Themes used.
INFO
There Are Defai
Previous
Store Layout Structure
Next
How To Change Reset CSS