How to edit these colors?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ConfidenceLabs
    New Member
    • Jan 2013
    • 9

    How to edit these colors?

    Hi,

    I've been trying to find out how to edit these colors for ages... Could you show me exactly where I can change them (step by step please) ?

    1) how to activate and change a color of membership status bar?
    2) how to change this background?
    3) how to change (and thus align with the overall background) the background of "online-offline" diode?
    4) how to change a color of "number of messages" font - in the message box (along with its background & border) ?

    Click image for larger version

Name:	problem_2.jpg
Views:	1
Size:	39.4 KB
ID:	3725521 Click image for larger version

Name:	problem_1.jpg
Views:	1
Size:	11.4 KB
ID:	3725522
  • AliMadkour
    Senior Member
    • Dec 2004
    • 1588
    • 6.X

    #2
    1) Add this lines to css_additional.css template (' change VALUE as you need ')
    Code:
    .userinfo .reputation .bar {
        background: [B]VALUE [/B]!important;
    }
    2) Add this to css_additional.css (' change VALUE as you need ')
    Code:
    .conversation-content-widget .list-container.thread-view .list-item .userinfo,.conversation-content-widget .list-container .list-item:first-child{
    background: [B]VALUE[/B] !important;
    }
    3) Add this to css_additional.css (' change BOLD text with your customization ')

    for online status
    Code:
    .vb-icon-status-online {
        background-position:0 !important;
        background:transparent url('[B]IMAGEURL[/B]') !important;
        width:[B]IMAGEWIDTH[/B]px !important;
        height:[B]IMAGEHEIGHT[/B]px !important;
    }
    for offline status :
    Code:
    .vb-icon-status-offline{
        background-position:0 !important;
        background:transparent url('[B]IMAGEURL[/B]') !important;
        width:[B]IMAGEWIDTH[/B]px !important;
        height:[B]IMAGEHEIGHT[/B]px !important;
    }
    4)Add this to css_additional.css (' change VALUE as you need ')
    Code:
    .notifications-container{
    color:[B]VALUE[/B] !important;
    }

    Former vBulletin Support Staff
    Need Help?, Or P.M. Me

    Comment

    • rfaridm
      New Member
      • Mar 2015
      • 7
      • 5.1.x

      #3
      How to change message bar text color....and can any one refer for all stylevers .. thanks

      Comment

      • BirdOPrey5
        Senior Member
        • Jul 2008
        • 9613
        • 5.6.3

        #4
        Code:
        ..private-message-widget .folder-link.selected {
        background-color: #BBBBBB;
        }
        Replace #BBBBBB with specific color

        Comment

        • rfaridm
          New Member
          • Mar 2015
          • 7
          • 5.1.x

          #5
          Hi, Joe in which file it to be change ? can you give the file name. Bcoz in search .folder-link.selected not found.

          Comment

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

            #6
            You need to add it to the template css_additional.css.
            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

            • glennrocksvb
              Former vBulletin Developer
              • Mar 2011
              • 4021
              • 5.7.X

              #7
              You can also use Sitebuilder > Style > CSS Editor.

              Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

              Comment

              Related Topics

              Collapse

              Working...