Hello ven2000,
=> Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
=> If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_theme/ folder.
.enigma_header_breadcrum_title h1 {
display: none;
}
Hope this will helps you.
Hello,
It works!
But the breadcrumb is right to the top. Can you create a little space between it?
Thanks,
First of thanks of @saurabhdhariwal for nice support.
Hye Ven,
.enigma_header_breadcrum_title h1 {
display: none;
}
After this CSS use the below CSS also-
.enigma_header_breadcrum_title {
padding-top: 38px;
}
Thanks.