Emranemranx thanks for your input!!! Continuing on my journey through these dark arts. After lost of YouTubing, Googling, etc. I used the following code in Modern Theme setting, Child Theme, style.css:
https://miningmet.ru/pm_profile/ Page ID = 2169
.page-id-2169 .tc-header:not(.header-transparent) {
box-shadow: 0 2px 2px rgba(102,102,102,.08);
display: none;
}
.page-id-2169 .page-breadcrumbs {
margin-top: 2em;
margin-bottom: 2em;
display: none;
}
https://miningmet.ru/pm_registration/ Page ID = 2165
.page-id-2165 .tc-header:not(.header-transparent) {
box-shadow: 0 2px 2px rgba(102,102,102,.08);
display: none;
}
.page-id-2165 .page-breadcrumbs {
margin-top: 2em;
margin-bottom: 2em;
display: none;
}
The first two works but the last two do not work. What am I missing?