Pergunta

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!

Foi útil?

Solução

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*/
}
Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top