문제

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 ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top