Premium cXF DIY Customizations [1.x]

  • Threads: 18
  • Messages: 115
BassMan submitted a new resource: Premium DIY customizations - Premium DIY customizations Read more about this resource...
Replies
0
Views
8
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
Font Awesome needs to be called via CDN or locally to work right. Here's an example for GUIDE prefix: Some cXF prefixes: First create a...
Replies
23
Views
1,129
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
Description: Simplify the visitior tab account menu. Screens: < without add-on > < with add-on > Download available in attachment
Replies
0
Views
55
Add in your EXTRA.css template: /* TAGS */ .tagList .tag { background: #5E6366; border: 1px solid #6BA65E; color: #FAFAFA; } .tagList...
Replies
1
Views
193
Follow steps below to create a notice like here on customizexf.com with active buttons. Create a notice in ACP The message text for sticky...
Replies
3
Views
102
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
I like to keep my EXTRA.css template transparent and add codes for this template to newly created ones like this: If you find it useful, enjoy! :)
Replies
4
Views
230
How to add something like this to header? Open ad_header template and add this: <style type="text/css"> .header_message { border: solid 1px...
Replies
5
Views
414
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