Banner for Sublime Custom Css Editor
Write easily your custom CSS like sublime text editor and add your website. Wordpress Tutorial
Noted That:
  • To install correctly this sublime-custom-css-editor.zip .
  • Fisrt Download the sublime-custom-css-editor.zip to your computer
  • Extract/Open sublime-custom-css-editor.zip to Your Computer.
  • Then, Find readme.txt file inside sublime-custom-css-editor.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " sublime-custom-css-editor.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Sublime Custom Css Editor

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Sublime Custom Css Editor

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Sublime Custom Css Editor

Step-5 : Now, Browse " sublime-custom-css-editor.zip " Downloaded plugin from your computer, Where you downloaded " sublime-custom-css-editor.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Sublime Custom Css Editor

Step-6 : Now, Click on " Active Plugin "

Activate Sublime Custom Css Editor

Step-7 : Then, See left Side Menu. " Sublime Custom Css Editor " folder is added on left Side Menu. Now, Click on " Sublime Custom Css Editor " folder.

Noted that: If you do not see " Sublime Custom Css Editor " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Sublime Custom Css Editor Configurations and Settings or How to work " Sublime Custom Css Editor " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Sublime Custom CSS Editor " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Sublime Custom CSS Editor
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

This section describes how to install the plugin and get it working.

Automatic installation

  1. Go to Plugins > Add New > Upload and select the .zip file from your hard disk
  2. Click the “Install now” button
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Manual installation

  1. Download a copy (zip file) of this plugin from WordPress.org.
  2. Unzip the zip file.
  3. Upload the unzipped directory to your website’s plugin directory ( /wp-content/plugins/ ).
  4. Log into WordPress Dashboard of your website.
  5. Activate this plugin through the “ Plugins ” tab.

After installation, a “ Sublime Custom CSS Editor ”  menu item will appear in the “ Appearance ” section. Click on this in order to view plugin’s administration page.

Can I use this plugin on my language?

Yes. But If your language is not available then you can make one. This plugin is ready for translation. The sublimecsse.pot file is included and placed in “ languages ” folder. You need to just translate sublimecsse.pot file.

How Can write my style

just select your targeted layout ID or Class ID=# or Class=. or any html tag
Then go to page “ Appearance ” —> “ Sublime Custom CSS ” and enter your custom style (CSS only). Example:

body{ color:#222; margin: 0; padding: 0; background-color: #fff;
}
.headers{ font-size: 16px; color: :#666; position: fixed; top: 0px; left: 0px; right: 0px; z-index: 99;
}

Name