Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #477885

    Can you tell me how to remove the gray line under the title and breadcrumbs area?

    #477956

    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

    #478396

    thanks it works.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove line under title and breadcrumbs area’ is closed to new replies.