Can you tell me how to remove the gray line under the title and breadcrumbs area?
Hi thecszone!
Add this to your custom CSS.
#main > .container_wrap_first {
border-top: 0px !important;
}
If that’s not working then send us a link to your page so we can take a look.
Regards,
Elliott
thanks it works.