Magento's IDs and classes
When creating themes that you intend to share with other Magento users, it can be helpful to use the same naming conventions used in Magento's default themes for the elements you use in your store. They can also be a useful reference while creating CSS for your Magento theme.
CSS ID/class | Description |
.wrapper | This usually contains all of the store's content within the <body> element and can be used to center the design, if necessary. |
#logo | This ID refers to the store's logo, usually contained withinan <h1> element. |
.header | It is usual for the store's logo, search feature, and customer links to be contained within the header, though the beauty of theming Magento is that you can change these if you desire! |
.shop-access | The shop access element is used to contain links to Magento's customer features such as customer accounts, carts, and wishlist. |
.header-nav | The header navigation class is used to contain your store's navigation links. These often consist of categories and sub-categories of your store. |
.breadcrumbs | The breadcrumbs class is used to contain the "breadcrumbs" of links that help to orientate your store's customers as to where they are in your store. |
.head | This class is used to contain heading elements (for example, the <h1> element) in the main body. Depending on your theme'sdesign, you may find that these are unnecessary. |
.content | The content class is used to wrap content within the store. |
.legality | The legality class is usually applied to the copyright notice in the footer of your Magento store, which can be edited through Magento's CMS. |
分享到:
相关推荐
### Magento - 开发与维护您的云项目 #### Magento 云平台简介 Magento Commerce Cloud 是一个为企业提供强大且灵活的电子商务解决方案的平台。该平台通过整合前端用户体验与后端管理工具来帮助商家创建个性化且...
### Magento初学者指南知识点概述 #### 一、Magento开源电子商务平台简介 Magento是一款功能强大的开源电子商务平台,旨在帮助用户创建动态且功能全面的在线商店。它不仅提供了丰富的特性和工具来满足不同规模的...
Set up newsletter and transactional emails so that communication from your website corresponds to the website’s look and feel Make the store look good in terms of PCI compliance About the Author ...
Magento是一款强大的开源电子商务平台,以其高度可定制性和灵活性著称。本书籍《Magento Theme Design》与《The Definitive Guide to Magento》都是深入探讨这个平台的重要资源,旨在帮助读者掌握Magento的主题设计...
Understand Magento extensions, and build your own from scratch! Overview Get a detailed insight into the structure of Magento Learn about event/observer-driven modules Get a hands-on introduction to...
Chapter 1, Installing Magento 2 on Apache and NGINX, is a totally different ballgame compared to Magento 1. Where Magento 1 could be installed through FTP or SSH, Magento 2 is installable only via the...
### Magento新手指南知识点详解 #### 一、Magento简介与特性 **Magento**是一款功能强大的开源电子商务平台,由Varien公司(后被Adobe收购)于2008年首次发布。它以其灵活性、可扩展性和丰富的功能集而闻名,是...
根据给定文件信息,以下为《Magento 2 Developer's Cookbook》一书中的知识点介绍。 首先,《Magento 2 Developer's Cookbook》是一本针对Magento 2开发的指导手册,它向开发者提供了实用的食谱来解决在Magento 2...
Magento是一款强大的开源电子商务平台,它的后台管理系统非常灵活且可扩展。在Magento的后台菜单中插入动态菜单是一项常见的自定义需求,这有助于商家根据自身业务需求定制管理界面。本篇文章将详细解析如何在...
在电商领域,经常会有需求将一个已经建立并运行良好的Magento站点快速复制到另一个服务器,用于测试、备份或者创建一个新的独立站点。这个过程涉及到数据库的备份与还原、文件系统的复制以及配置的调整等多个步骤。 ...
### Magento 1.3 PHP Developer's Guide 知识点概览 #### 一、书籍基本信息 - **书名**:Magento 1.3 PHP Developer's Guide - **出版社**:Packt Publishing - **出版时间**:2010年1月 - **作者**:Jamie ...
### Magento 1.3 PHP Developer's Guide:关键技术知识点解析 #### 一、Magento 1.3简介 **Magento 1.3** 是一款基于PHP的开源电子商务平台,它提供了丰富的功能来帮助开发者构建高质量的在线商店。Magento 1.3在...
- **设计和主题(Design and Themes)**:Magento允许开发者创建不同的设计和主题,以适应不同的视觉需求。主题可以继承或覆盖核心和模块级别的设计。 ### Magento编码标准 为了确保代码的一致性和可维护性,Magento...
标题:“Magento数据结构分析” 描述:“Magento数据字典”提供了对Magento系统中各种数据库表的深入理解,这对于理解和优化Magento的性能至关重要。 一、Magento数据结构解析 Magento是一款功能强大的电子商务...
Magento是一款强大的开源电子商务平台,以其高度可定制性和灵活性著称。在进行Magento的二次开发时,你需要理解并掌握以下几个核心概念和技术: 1. **MVC架构**:Magento基于Model-View-Controller(MVC)设计模式...
Magento是开源的电子商务平台,广泛用于在线商店的建设。SMTP(Simple Mail Transfer Protocol)是用于发送电子邮件的标准协议。在Magento中,SMTP插件扮演着关键角色,它允许商家通过更安全、可靠的SMTP服务器发送...
Magento是一款强大的开源电子商务平台,以其高度可定制性和灵活性著称。作为一款基于PHP开发的系统,它为商家提供了丰富的功能,包括商品管理、订单处理、客户管理、营销工具等。以下将详细介绍`magento入门学习资料...
这个“magento-java-master.zip_magento”压缩包可能是为了提供一个Java连接Magento源码的示例或者库,帮助开发者实现Java与Magento系统的交互。 在Java中与Magento进行交互通常涉及到以下几个关键知识点: 1. **...
### Magento电子书:Inchoo's Magento Posts #### 关键知识点概述 - **Magento性能优化**:本电子书中提到了如何通过启用GZip压缩来显著提高Magento网站的速度。 - **自定义结构块/引用**:文章详细介绍了如何在...