Jump to content

Search the Community

Showing results for tags 'change'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • WebFlake
    • Announcements and Updates
    • WebFlake Support
    • Member Introductions
    • Off-topic Lounge
    • Archives
  • Webmasters
    • Webmaster Lounge
    • Marketplace (Hire, Buy, Sell, Trade)
    • Coupons and Deals
    • Hosting
    • Website and Graphics Design
    • Website Showcase
  • Invision Community Suite
    • Invision Community Suite 4.7
    • Invision Support
    • Invision Requests
    • Invision Tutorials
    • Invision Beta
  • XenForo
    • XenForo 2.2
    • XenForo Support
    • XenForo Requests
    • XenForo Tutorials
  • WordPress
    • WordPress Content
    • WordPress Support
    • WordPress Requests
    • WordPress Tutorials
  • Unsupported Software
    • IPB 3.4 Legacy
    • IPS 4.x Legacy

Categories

  • Invision Community Suite 4.7
    • Applications and Plugins
    • Themes
    • Translations
    • Invision Extras
  • Invision Community Suite 4.6
    • Applications and Plugins
    • Themes
    • Translations
    • Invision Extras
  • Invision Community Suite 4.5
    • Applications and Plugins
    • Themes
    • Translations
    • Invision Extras
  • XenForo 2.2
    • Add-ons
    • Styles
    • Translations
    • Miscellaneous
  • XenForo 2.1
    • Add-ons
    • Styles
    • Translations
    • Miscellaneous
  • Wordpress
    • Themes
    • Plugins
  • ThemeForest
    • HTML
    • CMS
    • UI Design
    • JavaScript Code
  • CodeCanyon
    • PHP Scripts
    • JavaScript
    • CSS
    • HTML5
  • Graphics & Design
    • Emoticons & Smileys
    • Ranks & Badges
    • PSD & AI Designs
  • Unsupported Software
    • IPB 3.4
    • Invision Community Suite 4.4
    • Invision Community Suite 4.3
    • IPS Community Suite 4.2
    • IPS Community Suite 4.1
    • XenForo 2.0
    • MyBB 1.8

Product Groups

  • WebFlake Creative Designs
  • WebFlake Donation Bundles

Blogs


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Version

Found 2 results

  1. This will enable you to change the default white background of the different editors to match your skin. Standard Editor Login to the Admin CP Click on the Look & Feel Tab Click on the Skin name Click on CSS Click on ipb_editor.css Find this code: #ipboard_body .input_rte { width: 100%; height: 250px;} Change the code to (replacing the colours with the hex value of your choice): #ipboard_body .input_rte { background-color: #000; color: #fff; width: 100%; height: 250px;} Rich Text Editor Open the folder publicjs Open the file ips.editor.js (save a copy in case you make a mistake) Find the following (line 1100 if not changed) ips_frame_html += " background: #FFFFFF;n"; Add this underneath: ips_frame_html += " color: #fff;n"; Your code should look like this (replacing the colours with the hex value of your choice): ips_frame_html += " background: #000;n"; ips_frame_html += " color: #fff;n"; Save the file. You will need to hard refresh (Ctrl + F5) on Windows.
  2. Hello all I am using the concise skin and i would like to know how to remove the 'IPB skin by blah blah' that comes on the bottom left . i have managed to remove the copyright but not this so any help would be appreciated guys thnx
×
×
  • Create New...