Hiding the widget's title

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vexxy
    Senior Member
    • Aug 2007
    • 305

    [CMS] Hiding the widget's title

    I want to hide the Widget title, to not be displayed live on the site...meaning: let's say I created a widget "Weather" and the PHP code etc. On the site, a bar with a small php icon in the left and title Weather will appear. I don't want that part, only the actual widget (php, html whatever). I know this is possible, i've seen on other boards, but I can't figure out how?

    tnx in advance
    SWTOR Forums | Software Forums
  • Riasat
    Senior Member
    • Aug 2006
    • 4013

    #2
    add this to additional CSS

    Code:
    .cms_widget_header {
        display: none;
    }

    Comment

    • Wayne Luke
      vBulletin Technical Support Lead
      • Aug 2000
      • 74167

      #3
      The above would hide all widget titles.

      If you just want to alter one widget, you can create a custom template and assign that in the configure screen.
      Translations provided by Google.

      Wayne Luke
      The Rabid Badger - a vBulletin Cloud demonstration site.
      vBulletin 5 API

      Comment

      • vexxy
        Senior Member
        • Aug 2007
        • 305

        #4
        ya, I would like to hide 1 only not all..i'll take a look at your suggestion, although I can't say I fully understood it
        SWTOR Forums | Software Forums

        Comment

        • vexxy
          Senior Member
          • Aug 2007
          • 305

          #5
          yes, I got it the right way, tnx alot
          SWTOR Forums | Software Forums

          Comment

          • mainxstream
            New Member
            • Sep 2012
            • 2
            • 4.2.X

            #6
            Originally posted by Riasat
            add this to additional CSS

            Code:
            .cms_widget_header {
                display: none;
            }
            I am new to vBulletin and I would like to apply to all. What file would I add this to to hide the widget titles.

            Thanks

            Comment

            • Hartmut
              Senior Member
              • Nov 2007
              • 2870
              • 4.2.x

              #7
              additional.css
              No private support, only PM me when I ask for it. Support in the forums only.

              Comment

              • mainxstream
                New Member
                • Sep 2012
                • 2
                • 4.2.X

                #8
                Thank you.

                Also, didn't know where to find additional.css, found it here. Thought it would be helpful to have another reference in one place.

                Cheers.

                Comment

                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                Working...