Class and ID Naming System


NEOS Class and ID
All element class and id has w- prefix.

Example:
  • w-header-w1
  • w-blog-footer
  • w-featured-section

This naming system is applied to prevent conflicts between the default NEOS CSS and CSS defined by users or from third-party CSS.

Regarding this system, make sure you do not naming element class and id with w- prefix to avoid CSS conflicts.


Blogger Widget ID
The ID of widgets still use the default Blogger ID (without a prefix) with WidgetType[Number] format.

Example:
  • LinkList1
  • LinkList2
  • Blog1
Have Question?