Question

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!

Was it helpful?

Solution

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*/
}
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top