.aem-grid to custom name | Community
Skip to main content
AEMLearner-1989
Level 4
April 25, 2022
Solved

.aem-grid to custom name

  • April 25, 2022
  • 1 reply
  • 701 views

Hi,

Is it possible to change the name from .aem-grid to custom project name.

 

For example:

.aem-grid{

.generate-grid(default,@max_col);

}

to 

.custom-name-grid{

.generate-grid(default,@max_col);

}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MayurSatav

Hi @aemlearner-1989 ,

 

If you want to customize aem-grid system, you can do by overriding classes. You can refer to this blog post for more details. But if it is a strict requirement for you to customize the default naming convention then I think you should use separate frontend integration. Like in our recent project we used react integration which allows us to do detailed customization for frontend.

 

 

 

1 reply

MayurSatav
Community Advisor and Adobe Champion
MayurSatavCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
April 26, 2022

Hi @aemlearner-1989 ,

 

If you want to customize aem-grid system, you can do by overriding classes. You can refer to this blog post for more details. But if it is a strict requirement for you to customize the default naming convention then I think you should use separate frontend integration. Like in our recent project we used react integration which allows us to do detailed customization for frontend.