Announcement

Collapse
No announcement yet.

Sticky Thread Color - How do I change it?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sticky Thread Color - How do I change it?

    Hello! We recently purchased VB5 and I was hoping someone could answer a quick question for me. How do you change the Sticky thread color (the default color is that milky white color)? Thanks!

  • #2
    Add this to the template css_additional.css:
    Code:
    .topic-list-container .topic-list.sticky-list {
        background:#[COLOR=#ff0000]XXXXXX[/COLOR];
    }
    Change XXXXXX to the colour of your choice.
    MARK.B
    vBulletin Support

    Comment


    • #3
      Perfect! Worked like a charm! Thanks for the assistance, Mark!

      Comment


      • #4
        how do you change the background color of the sticky in 5.0.2 ?

        Comment


        • #5
          Originally posted by br4sco View Post
          how do you change the background color of the sticky in 5.0.2 ?

          go in css_global.css and edit this line:

          .topic-list-container .topic-list .topic-item.sticky {
          background: #xxxxxx;
          }

          Comment

          Related Topics

          Collapse

          Working...
          X