Guys for days I have been failing to hide a header element on my homepage. I am trying to hide the *breadcrumb* bar. I do understand that a CSS code in additional CSS can fix it, which is like this:
*.HomePageID .ElementClassID { display: none !important }*
Here comes the problem: I cannot find my homepage id, though I can find the id of the other pages and posts pages.
I tried to find the homepage id through VIEW SOURCE on my website browser and checked the whole data, but I could not find the page id among them.
I also tried to navigate to (dashboard –> pages) and find its id in the row of the homepage, however, the home page was automatically generated as a frontpage by WordPress, thus it does not show up in the list.
I’d very much appreciate any tips that bring me close to the solution. I use the Gutenberg Builder and TwentyTwentyThree theme.
​
​
[ad_2]