Free cXF DIY Customizations [1.x]

  • Threads: 17
  • Messages: 53
  • Sticky
For all Premium cXF Customizations you need to have one of our membership. How to get a membership? choose a membership HERE
Replies
0
Views
1,594
Add to EXTRA.css: /* START - Change SPOILER BUTTON colour */ .bbCodeSpoilerButton { background: @primaryLighterStill; height: 30px...
Replies
4
Views
563
Add to EXTRA.css: /* START - Navigation Transparency */ #navigation { opacity:0.95; filter:alpha(opacity=95); /* For IE8 and earlier */ } /* END...
Replies
3
Views
499
Add code to EXTRA.css template: /* Remove avatar in sidebar New Posts block */ .sidebar .threadListItem .avatar { display: none; } .sidebar...
Replies
4
Views
706
Add to EXTRA.css: /* START - Hide forum title only on forum_list */ .forum_list .titleBar { display: none; } /* END - Hide forum title only on...
Replies
5
Views
345
A simple customization to show dropdown arrow beside username in visitor panel like this: Add this code to your EXTRA.css template: .navTabs...
Replies
0
Views
158
Add this code to EXTRA.css template: /* START - Change colour of Terms and Rules */ #legal a:link, #legal a:visited { color: @primaryLight...
Replies
1
Views
425
Add code to EXTRA.css template: /* Show whole title in sidebar New Posts block */ .sidebar .threadListItem .title, .threadListItem .additionalRow...
Replies
2
Views
551
Add this to EXTRA.css: /* START - Logo centering */ #logo { float: none !important; text-align: center; } /* END - Logo centering */
Replies
9
Views
963
In EXTRA.css template add: /* FA icon for Overlay Close button */ .xenOverlay a.close:after { content: "\f00d"; font-family: FontAwesome...
Replies
5
Views
864
Add code below to EXTRA.css template: .bbCodeBlock pre { line-height: 26px !important; padding: 0 10px 0 10px !important...
Replies
0
Views
530
< default > < after applying the code > Add code to EXTRA.css template: .navTabs .publicTabs { float: right !important; } .navTabs...
Replies
0
Views
410
Add this to EXTRA.css template: /* START - Change colour of the copyright text */ #copyright { color: @primaryLight !important; } /* END - Change...
Replies
0
Views
478
Add in EXTRA.css template: /* Remove thread prefix in sidebar New Posts block */ .sidebar .prefix { display: none; } /**********/ Before...
Replies
0
Views
516
/* START - Poll Result colour */ .pollResult .bar { background: #6BA65E !important; } .pollResult .barContainer { border: 1px solid...
Replies
3
Views
441
Add to EXTRA.css: /* START - Customize interact button in profile posts sidebar */ .profilePostListItem .publicControls .item { float: left...
Replies
0
Views
382
Add to EXTRA.css: /* START - COLOURED STICKY THREAD */ .discussionListItem.sticky { background-color: #fff6ef; } .discussionListItem.sticky...
Replies
0
Views
498

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Back
Top