I want to hide the breadcrumb navigation for the Elvinaa Theme
September 17, 2023 at 3:52 am
Is there a way to switch it off or is there a CSS solution?
Replies (1)
-
September 17, 2023 at 3:52 am
Is there a way to switch it off or is there a CSS solution?
-
September 18, 2023 at 3:34 pm
Hi A.M. Jafari
Thanks for reaching out
Try the CSS below.bread-crumb {
display: none;
}Copy & Paste into Appearance -> Customize -> Additional CSS
Best Regards