تخصيص إضافي - للمبرمجين ✨

30 نوفمبر 2025
الجهمي ديزاين

تخصيص إضافي - للمبرمجين ✨


Body class Names

this will add classes to all pages

you can use it to add custom styles to the store like:

1 - dark class

you can add dark mode feature using css in all pages

2 - any styles or features that can be set using body.className

you can say it is more customizable than Custom Switches

Custom colors : Instead of calling a CSS specialist every time a merchant wants to change colors, merchants can choose their preferred colors themselves without needing to open the CSS editor and make manual changes.

example:

merchant wants to change the color for something that theme does not offer/allow

old way:

new way

using this new way will make merchant able to change the color from the theme editor not the CSS editor

You will need to inform the merchant which specific color to change from the available list.

Custom Switches

same as Custom colors, you can use custom switches to let user show/hide something or add/remove something from the page with a single switch button fron the simnple theme editor not the hard css editor

not found