I want to change the CSS only for the title of My Account page.

enter image description here

I have added my custom class into the file title.phtml at the path module-theme/view/frontend/templates/html

But it affects all the page title.

How to resolve this issue?

Any help will be appreciated!

有帮助吗?

解决方案

If you want to add CSS only for my account page title then you can add below css

.account.customer-account-index .page-title{
    /*css code write here*/
}
许可以下: CC-BY-SA归因
scroll top