Hi, can we remove the breadcrumb navigation from our site www.homevisiting.com.au This will allow us more screen space under the menu bar at the top of each page. Thank you.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .heading_container { display: none; }
Hi Gourav, The above took the text out of the navigation but we would also like the 'grey' box removed also. Thank you.
Hello HollandThomas, The code provided by Gourav in the previous reply are working perfectly in our side, it is removing both breadcrumb text as well as the Grey box. You can also paste the code given below instead of the above replied code in the custom CSS in your dashboard. Code: .heading_wrapper { display: none; } This will also remove the breadcrumb text as well as the Grey box.
Hi, thanks for your replies. As it turns out, both lots of code you have supplied to remove the breadcrumb and grey box work. I'm not sure what we had done wrong with the first bit of code. Thank you!