Hi
please go through this link https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates you can edit any templates
Hello DEKUKDEV,
Thank you for your valuable suggestion. We have passed on this information to the relevant team.
Best, Anjali
Hello sanobarm
can you please check this once https://github.com/abpframework/abp/issues/13274
Regards
Hi shaynevanasperen,
Hello DEKUKDEV
Can you please refer this link: https://github.com/abpframework/abp/issues/13024
In latest (7.3.2) we are not having that feature.
regards,
Hello niall,
you can check this video for customizing MVC UI from 49.00 mins onwards
https://www.youtube.com/watch?v=R9CqTtn6Wcg
please do let me know if this find helpful for you
Thank you, Anjali
Hello Teknosol,
please do share your solution with ticket number on support@abp.io so that we can help you better.
please let me know once send
regards,
Hello Teknosol,
Could you please check In which directory you are having css
file for previous working project
Please try to add this code on component level if styles are in relevant component css
file
@Component({
selector: 'app-my-component',
templateUrl: './my-component.component.html',
styleUrls: ['./my-component.component.css'],
encapsulation: ViewEncapsulation.ShadowDom // Use Shadow DOM
})
if possible please elaborate more on your question
regards