forocom

Well-Known Member
i try to use this in extra.css but not work and also is there any way to unify everything ( same color )

Code:
.XenBase .navTabs .navTab.selected .tabLinks {

    background-color: #3b5998;
    }
html .navTabs .navTab.selected .navLink {
  background-color: #3b5998;
    }
#content .pageContent {
  border-top: #3b5998;
    }
    
 .nodeList .categoryStrip {
 
 border-bottom:  #3b5998;
 border-bottom-color: #3b5998;
  }
 
  .sidebar h3:before, .nodeList .categoryStrip .nodeTitle:before, .textWithCount span.text:before, html .container .xengallerySideBar .section h3:before, .resourceListSidebar .secondaryContent h3:first-child:before {
 
      border-left:#3b5998;
       }
      
.sidebar .section .primaryContent   h3, .sidebar .section .secondaryContent h3, .profilePage .mast .section.infoBlock h3, .XenBase .xengallerySideBarContainer .xengallerySideBar .section h3 {

border-bottom:#3b5998;

BR
 
I mean what exactly are you trying to change?

The primary color on the Core style is controlled by: Style Properties -> Color Palette -> xbColor1

Changing that will change things globally.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back