Remove breadcrumbs from top of Forums and sub-forums pages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • driven13
    New Member
    • Jul 2015
    • 9
    • 5.0.x

    Remove breadcrumbs from top of Forums and sub-forums pages

    Hello all.

    How can I remove the breadcrumbs at the top from all the Forum pages as well as the sub-forum pages...??

    Thanx in advance.

    P.S. Just to make sure, I am using the hosted Cloud version.
    Last edited by driven13; Sun 19 Jul '15, 11:11am.
  • Replicant
    Senior Member
    • Sep 2014
    • 527

    #2
    Add to css_additional.css

    Code:
    #breadcrumbs{
    display:none;
    }


    Comment

    • driven13
      New Member
      • Jul 2015
      • 9
      • 5.0.x

      #3
      Thanx for the response Replicant. That worked. Did not realize that I could add custom CSS to the hosted Cloud packages.

      Comment

      • Replicant
        Senior Member
        • Sep 2014
        • 527

        #4
        You can add custom CSS but you can't upload custom styles or edit templates. You can do a lot with CSS though.


        Comment

        • driven13
          New Member
          • Jul 2015
          • 9
          • 5.0.x

          #5
          So I have a follow-up question about templates.

          Are all the pages of the site built using the same template or does the home page have a different template than the index page or the Topics listings pages...??

          Appreciate it.

          Comment

          • Mark.B
            vBulletin Support
            • Feb 2004
            • 24288
            • 6.0.X

            #6
            There are different templates for different parts of different pages, but some are common, such as the header.
            MARK.B
            vBulletin Support
            ------------
            My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
            My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

            Comment

            • driven13
              New Member
              • Jul 2015
              • 9
              • 5.0.x

              #7
              Ok, thank you.

              Comment

              Related Topics

              Collapse

              Working...