Im wondering how i change the colour of my invisionfree forum. If anyone here knows how and has done it before could you please let me know how.
Thanks in advance! ;)

Dani AI

Generated

Short, practical clarification for : InvisionFree forums run on Invision Power Board skin sets, which are built from templates, a stylesheet and an image set. Changing colors is normally done by editing the skin stylesheet (or installing a different skin set) in the forum Admin Control Panel rather than altering core forum code. was right to point to skins/CSS; and were also correct that skinning documentation and the official forum are useful starting points. (scribd.com)

Quick workflow (safe, repeatable):

  1. Confirm the IPB/IP.Suite version and back up the current skin files and database settings.
  2. To install a full skin package: import the image set first, then the skin XML, then rebuild the skin cache and make the skin active. For manual edits: open Admin CP -> Look & Feel / Manage Skin Sets -> edit the desired skin and change the stylesheet (use Advanced mode for full control). (fastwebhost.com)
  3. Use the browser developer inspector to find the exact selectors used by that skin, test color values in the inspector, then paste changes into the skin CSS.
  4. Rebuild the skin-set cache in ACP and clear browser caches to confirm the changes.

Example CSS (generic — selectors vary by version/skin):

/* example: change main background and header */
body { background: #f5f7fa; color: #222; }
.header, .ipsLayout_header { background: #2b6dad; color: #fff; }
.borderwrap { background-color: #ffffff; }

Selectors like .borderwrap are used in IPB skins to control table/background areas; exact class/ID names differ by IPB version, so inspect before editing. (scribd.com)

Troubleshooting notes: always work on a copy or test skin, keep a backup of original CSS/images, and if changes do not appear make sure images in the skin are not overriding CSS and then run the skin cache rebuild step again. If editing becomes confusing, the official community and archived IPB CSS guides contain element maps and examples. (fastwebhost.com)

Recommended Answers

All 4 Replies

Its all wrapper and css nothing else, try for free invisonfree skins they are fairly easy to install and manipulate.

hello!!!!!!!!!!!!!!!!!!!!!!!!

I found some skinning documentations that should help you. For invisionfree skins I would suggest or the SZ which was linked above.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.