Trying to edit parent forum color categories with site builder but i do not have the tab for color style ? Site builder under the edit page just shows.Everything i read says i need to enable it but i am not sure how to find the enable
Announcement
Collapse
No announcement yet.
Site builder
Collapse
X
-
I changed our color scheme using the style variable editor for "Page" in the admin control panel, and also changed some text colors. I also made a lot of changes in the Site Builder CSS option, e.g. (I hope this helps)
body {
background: #ffffff;
color: #191970;
font: 1.3rem Helvetica,Arial,Verdana,sans-serif;
margin: 0;
padding: 0;
overflow-y: scroll;
}
.widget-content .forum-list-container .forum-item a, .widget-content .forum-list-container .forum-item a:active, .widget-content .forum-list-container .forum-item a:visited, .widget-content .forum-list-container .subforum-list a, .widget-content .forum-list-container .subforum-list a:active, .widget-content .forum-list-container .subforum-list a:visited, .widget-content .blogmember-list .list-container .list-item a, .widget-content .blogmember-list .list-container .list-item a:active, .widget-content .blogmember-list .list-container .list-item a:visited, .widget-content .sg-groups-list .sg-groups-list-container .list-item a, .widget-content .sg-groups-list .sg-groups-list-container .list-item a:active, .widget-content .sg-groups-list .sg-groups-list-container .list-item a:visited {
color: #191970;
text-decoration: none;
}
#header {
color: #FFFFFF;
width: 100%;
min-width: 320px;
max-width: 1200px;
margin: auto;
height: 104px;
display: table;
clear: both;
table-layout: fixed;
}
#header .toolbar {
display: table-cell;
vertical-align: middle;
width: 252px;
padding-right: 10px;
color: #FFFFFF;
background: #FFFFFF;
}
#header .site-logo {
padding: 22px 10px 26px 10px;
background: #ffffff;
position: relative;
text-align: left;
}
.module-title h1 {
color: #191970;
font: bold 1.6rem Helvetica,Arial,Verdana,sans-serif;
text-transform: none;
text-align: left;
}
.page-title h1 {
color: #191970;
font: bold 1.6rem Helvetica,Arial,Verdana,sans-serif;
text-transform: none;
text-align: left;
}
.beditor content-entry {
color: #191970;
}
.b-editor .cke_contents {
min-height: 100px;
}
/* unvisited link */
a:link {
color: red;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: hotpink;
}
/* selected link */
a:active {
color: blue;
}
- Top
- Translate
- Bottom
- Likes 1
-
I've logged out of the forum for the night but I believe if you go to Styles in cpadmin, then select your Style, then select Style Variable Editor from the dropdown, then try changing the background color in one of the Modules settings. Make sure you copy the existing settings before changing to a new color! You can probably find it by using the trial and error method.
- Top
- Translate
- Bottom
Comment
-
Is this what you wanted?
Add the above custom CSS code in css_additional.css template in AdminCP Style Manager or in Sitebuilder CSS EditorCode:.forum-list-container .category-header { background-color: #001F68; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Yesterday, 03:59 AM -
Get Affordable and Fast VPS for vBulletin -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...06-02-2026, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?06-02-2026, 05:44 AM

Comment