Hi
I moved the breadcrumbs to the extra element
But I do not want it to appear on the home page
Is it possible to turn off the extra element only on the home page?
Thank you
Yossi
Hey Yossi,
Are you able to screenshot the section you need help with?
Best regards,
Jordan Shannon
Hi Jordan
I am looking for such a solution plan A:
http://194.90.78.220/wp-content/uploads/2020/07/plan-A.jpg
I want to create such a design that the Header Breadcrumbs will remain in its natural place below the Header but I do not want it to scroll along with the content of the page
If possible I prefer this solution
If this is not possible then there is the plan B
this is the Home Page — I wont to remove the extra element with the breadcrumbs Just from this page
http://194.90.78.220/wp-content/uploads/2020/07/HOME.jpg
this is the Page
http://194.90.78.220/wp-content/uploads/2020/07/PAGE.jpg
Thank you
Yossi
Hi,
Thank you for the inquiry.
We can hide the top bar or the header meta in the home page with this css code.
.home #header_meta {
display: none !important;
}
Best regards,
Ismael
Hi Ismael
Thanks it works very nicely !!
But there remains a gap between the heder and the content of the page
Is it possible to reduce it?
http://194.90.78.220/wp-content/uploads/2020/07/home227.jpg
Thank you
Yossi
Hi,
Add this to quick css:
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 90px;
}
Best regards,
Jordan Shannon
Hi Jordan
Thank you!!
problem solved
Thank you
Yossi
Hi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon