Pregunta

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!

¿Fue útil?

Solución

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 bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top