Premium cXF DIY Customizations [1.x]

  • Threads: 18
  • Messages: 115
Add to EXTRA.css: /* START - Multi Coloured Category Nodes */ .forum_list .sectionMain { border: 0px solid #A5CAE4; padding: 0; } .nodeList...
Replies
34
Views
700
Add to EXTRA.css: /* START - Public Controls (Reply, Like, Quote buttons) enhancements */ .message .hashPermalink { background-color...
Replies
3
Views
237
Add to EXTRA.css: /* START - Profile Posts customized look */ .messageSimple { padding: 10px !important; border: 1px solid #e8e8e8...
Replies
3
Views
262
Requirements: XenForo Resource Manager Add this to your EXTRA.css template: .resourceListItem { display: inline-block !important...
Replies
9
Views
89
Requirements: Xen Product Manager Add this to your EXTRA.css template: .productListItem { display: inline-block !important; table-layout...
Replies
2
Views
62
Add in your EXTRA.css template: /* TAGS */ .tagList .tag { background: #5E6366; border: 1px solid #6BA65E; color: #FAFAFA; } .tagList...
Replies
1
Views
193
Add code below to your EXTRA.css template: /*** Account sidebar ***/ .navigationSideBar { width: 200px !important; } .navigationSideBar...
Replies
2
Views
75
Description: This add-on: removes and shows only on hover the Node Stats (with no changes in responsive) removes the RSS Icon in node list...
Replies
3
Views
335
Add to EXTRA.css: /* START - Profile post buttons enhancements */ .messageSimple .like { background-color: #eaf4fc; padding: 1px 5px...
Replies
1
Views
223
Add to EXTRA.css: /* START - Category description on hover */ .nodeList .categoryStrip .nodeTitle a { float: left; } .nodeList...
Replies
3
Views
263
Add to EXTRA.css: /* START - Style MultiQuote/Select-to-Quote */ #QuoteSelected { background-color: white; color: #176093; border-radius...
Replies
0
Views
194
In EXTRA.css add this code: /* START - Background image on forum */ html { background: url(/@imagePath/xenforo/background/your_image.jpg)...
Replies
1
Views
316

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