CMS - Comments Border/Background

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RunColo
    Member
    • Jan 2009
    • 83

    [CMS] CMS - Comments Border/Background



    In the leave a comment section the border/background is black, can't figure out how to change it to white?

    Searched high and low in Stylevar and have had no luck.

    Thanks,
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    This is in your css:
    HTML Code:
    .blockhead {
    .....
    border:1px solid #000000;
    }
    AND
    .formcontrols {
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    }

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • RunColo
      Member
      • Jan 2009
      • 83

      #3
      Thanks Lynne, but how would I change that? I've never messed with the CSS before, thus how would it get black in the first place? No where to change it in the Stylevar?

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        You can do a Search in Templates for the class. Like for .formcontrols:
        HTML Code:
        .formcontrols {
            border-{vb:stylevar right}: {vb:stylevar tabslight_border};
            border-{vb:stylevar left}: {vb:stylevar tabslight_border};
            border-bottom: {vb:stylevar tabslight_border};
        }
        You can see there that the stylevar "tabslight_border" is what sets it.

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools <- awesome site for html/css help

        Comment

        Related Topics

        Collapse

        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎