Breadcrumbs on Landing Page unable to remove

Homepage Community Forums Epik Theme Support Breadcrumbs on Landing Page unable to remove

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14944
    rajaindian
    Customer

      Hello,

      I have shared this problem earlier with the forum experts that breadcrumbs appear on the landing pages of my website as I am using Epik theme and you suggest to upgrade the theme, but now I have upgraded the theme but still these breadcrumbs are here. Please suggest the best possible way to remove these breadcrumbs from the landing pages as soon as possible.

      #14950
      Jason M
      Customer

        That’s weird, they seem to be removed from the Theme Demo – http://demo.appfinite.net/epik/landing-page/ ….maybe it’s something else. Do you have a link to your site? If the Genesis Filter code inside of the Page Template itself isn’t working (which it should) then we can definitely add some CSS that would override and HIDE it from showing up visually.

        So if you can provide a link I’m sure I myself or anyone else that sees it can provide the code to fix that issue.

        #14958
        rajaindian
        Customer

          Dear Sir/ Madam,

          Here below the link of the demo page where I have updated the theme but it didn’t effect the breadcrumbs:

          http://cbc.7cb.myftpupload.com/demo-page/

          Please see this and revert back with some effective way to hide these blue line on the top of the page and breadcrumbs.

          Waiting for an early reply.

          #14977
          Jason M
          Customer

            I’m not sure what’s going on, it’s working when I do it on a local install. However, you can have the CSS removed for that specific page. You can try adding this to your CSS(style.css file) –

            .epik-landing .head-wrap {
            	display: none;
            }
            

            Also add this code for the breadcrumbs –

            .breadcrumb {
            	display: none;
            }
          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.