Expand my Community achievements bar.

SOLVED

.aem-grid to custom name

Avatar

Level 5

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);

}

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

 

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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.