possible?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jblevins02
    Member
    • Sep 2016
    • 68

    possible?

    Is it possible to change the background color of the category and its forums for a specific color? I want to change the ladies first section to pink! Don't ruin my hopes and dreams!

    Click image for larger version  Name:	Screenshot (25).png Views:	1 Size:	2.14 MB ID:	4376728
  • napy8gen
    Senior Member
    • Jul 2001
    • 525
    • 6.X

    #2
    Paste below code in css_additional.css
    Style manager> style name> edit templates> CSS Templates> css_additional.css

    HTML Code:
    /*-- change background of category --*/
    .forum-list-container .category-header#forum27 {
    background: #f147a4 none 0 0;
    height: 33px;
    }
    /*-- change background of forums --*/
    .forum-list-container .forum-item#forum28 td ,
    .forum-list-container .forum-item#forum29 td {
    background: #fbdced;
    }
    above code specific for you forum only
    Get Our vbulletin 6 themes

    Comment

    Related Topics

    Collapse

    Working...