WordPress.org. Custom css wordpress


Simple Custom CSS | WordPress.org

An easy-to-use WordPress Plugin to add custom CSS styles that override Plugin and Theme default styles. This plugin is designed to meet the needs of administrators who would like to add their own CSS to their WordPress website. Styles created with this plugin will render even if the theme is changed.

New in Version 4.0

Возможности

Install Simple Custom CSS just as you would any other WP Plugin:

  1. Download Simple Custom CSS from WordPress.org.

  2. Unzip the .zip file.

  3. Upload the Plugin folder (simple-custom-css/) to the wp-content/plugins folder.

  4. Go to Plugins Admin Panel and find the newly uploaded Plugin, «Simple Custom CSS» in the list.

  5. Click Activate Plugin to activate it.

  6. Begin using the plugin by going to Appearance > Custom CSS in the Admin Menu, or Appearance > Customize, then click on the «Simple Custom CSS» section.

More help installing Plugins

Installation Instructions

Install Simple Custom CSS just as you would any other WP Plugin:

  1. Download Simple Custom CSS from WordPress.org.

  2. Unzip the .zip file.

  3. Upload the Plugin folder (simple-custom-css/) to the wp-content/plugins folder.

  4. Go to Plugins Admin Panel and find the newly uploaded Plugin, «Simple Custom CSS» in the list.

  5. Click Activate Plugin to activate it.

  6. Begin using the plugin by going to Appearance > Custom CSS in the Admin Menu, or Appearance > Customize, then click on the «Simple Custom CSS» section.

More help installing Plugins

Will this Plugin work on my WordPress.com website?

Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.

My Custom CSS isn’t showing up

There are several reasons this could be happening:

For instance, you may have:

a { color: #f00; }

When you need:

\#content a { color: #f00; }

The specificity you need depends upon the CSS rules you are attempting to override.

Please check your CSS at the W3C CSS Validation Service.

ru.wordpress.org

WP Add Custom CSS плагин WordPress — ТОП

 Привет ! Мы продолжаем разбирать самые интересные и самые полезные плагины для сайта WordPress ! Сегодня вы узнаете о плагине, который позволит вам изменить CSS стили на определённых страницах и записях. На каждой странице редактирования записи или страницы у вас будет отображаться поле для добавление CSS стилей непосредственно к данной странице. Вы сможете менять CSS стили для всего сайта. Очень простой и полезный плагин !

Установить плагин WP Add Custom CSS вы сможете прямо из админ-панели WordPress. Перейдите на страницу: Плагины — Добавить новый, введите название плагина в форму поиска, нажмите Enter, установите и активируйте плагин.

 

WP Add Custom CSS

 

Далее, после установки и активации плагина, перейдите на страницу: Add Custom CSS. Здесь вы сможете добавлять и менять CSS стили для всего сайта. Добавьте в поле свои CSS стили и нажмите на кнопку — Save.

 

Wordpress Add Custom CSS

 

Далее, перейдите на страницу редактирования записи или страницы. Внизу страницы у вас появится новое поле «Custom CSS». Добавьте в данное поле CSS стили для изменения стилей только данной записи или страницы. Обновите страницу.

 

Add custom CSS rules for this post

 

Остались вопросы ? Напиши комментарий ! Удачи !

 

info-effect.ru Яндекс.Метрика

WhatsApp 7 922 717 9869   Связь - Мой хостинг

Политика конфиденциальности - Пользовательское соглашение

info-effect.ru

Simple Custom CSS and JS

Customize your WordPress site’s appearance by easily adding custom CSS and JS code without even having to modify your theme or plugin files. This is perfect for adding custom CSS tweaks to your site.

Возможности плагина

OR…

OR…

Installation Instructions

OR…

OR…

ru.wordpress.org

WP Add Custom CSS | WordPress.org

WP Add Custom CSS allows you to add custom CSS to the whole website and to individual posts, pages and custom post types (such as Woocommerce products).The CSS rules applied to the whole website will override the default stylesheets of your theme and plugins, while the CSS rules applied to specific pages, posts or custom post types will override the main stylesheet too.

You can edit the main stylesheet from the the «Add custom CSS» settings page.The plugin also creates a new «Custom CSS» box in the editing area to add custom CSS to specific posts, pages and custom post types.

Available languages:

Автоматическая установка
  1. Go to Plugins > Add New > Upload and select the .zip file from your hard disk
  2. Click the «Install now» button
  3. Активируйте плагин используя меню ‘Плагины’ в WordPress
Ручная установка
  1. Upload the plugin folder to the /wp-content/plugins/ directory via ftp
  2. Активируйте плагин используя меню ‘Плагины’ в WordPress
Installation Instructions
Автоматическая установка
  1. Go to Plugins > Add New > Upload and select the .zip file from your hard disk
  2. Click the «Install now» button
  3. Активируйте плагин используя меню ‘Плагины’ в WordPress
Ручная установка
  1. Upload the plugin folder to the /wp-content/plugins/ directory via ftp
  2. Активируйте плагин используя меню ‘Плагины’ в WordPress
How do I apply custom CSS to the whole website?

Once the plugin is installed and activated, from your dashboard navigate to «Add custom CSS», and write the CSS rules in the textarea.

How do I apply custom CSS to a specific post or page?

Once the plugin is installed and activated, you will find a new box called «Custom CSS» in your post/page editing area.

How do I apply custom CSS to a specific custom post type?

Once the plugin is installed and activated, from your dashboard navigate to «Add custom CSS», check the desired custom post types and save. You will find a new box called «Custom CSS» in your custom post type editing area.

The «Custom CSS» box is not displaying, why?

Click on the «Screen opti

ru.wordpress.org

Добавляем свой CSS код в любую статью или страницу Wordpress

wordpress-css-add-to-postМногие пользователи, когда редактируют какой-то пост (статью) или добавляет новую, хотят в нее добавить свой CSS класс (код) для определенного оформления статьи. Например, хочет выделить какой-то параграф, ну или для других целей.

Вы можете добавлять постоянно CSS код в Ваш основной файл стилей (style.css), но это будет не совсем рационально и правильно. Во-первых, Вам придется постоянно файл стилей редактировать, а во-вторых, он будет постоянно увеличиваться в размере (см. оптимизация css).

Поэтому, в данной статье мы рассмотрим с Вами о том, как можно добавить свой CSS-код для любой статьи на WordPress сайте. Для этих целей нам понадобится файл functions.php, который Вы можете скачать с FTP, или же редактировать в консоли администратора, зайдя в Внешний вид-Редактор и в правой колонке найти файл functions.php и нажать на него, для дальнейшего редактирования.

Далее Вам необходимо вставить следующий код в файл functions.php:

//Custom CSS Widget add_action('admin_menu', 'custom_css_hooks'); add_action('save_post', 'save_custom_css'); add_action('wp_head','insert_custom_css'); function custom_css_hooks() { add_meta_box('custom_css', 'Custom CSS', 'custom_css_input', 'post', 'normal', 'high'); add_meta_box('custom_css', 'Custom CSS', 'custom_css_input', 'page', 'normal', 'high'); } function custom_css_input() { global $post; echo '<input type="hidden" name="custom_css_noncename" value="'.wp_create_nonce('custom-css').'" />'; echo '<textarea name="custom_css" rows="5" cols="30">'.get_post_meta($post->ID,'_custom_css',true).'</textarea>'; } function save_custom_css($post_id) { if (!wp_verify_nonce($_POST['custom_css_noncename'], 'custom-css')) return $post_id; if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return $post_id; $custom_css = $_POST['custom_css']; update_post_meta($post_id, '_custom_css', $custom_css); } function insert_custom_css() { if (is_page() || is_single()) { if (have_posts()) : while (have_posts()) : the_post(); echo '<style type="text/css">'.get_post_meta(get_the_ID(), '_custom_css', true).'</style>'; endwhile; endif; rewind_posts(); } }

Данный код добавит специальное поле для вставки CSS-кода в каждой статье при ее добавлении или редактировании. После того, как Вы добавите данный код и сохраните файл functions.php, у Вас не появится дополнительное поле, куда Вы можете вставлять CSS-код, то значит, Вам необходимо зайти в Настройки экрана (в самом вверху браузера, в консоли администратора) и установить галочку поле Custom CSS.

Таким образом, Вы сможете добавлять любой CSS код, для любой статьи WordPress, при этом, не трогая файл style.css.

Также советуем почитать на PressDev.RU

pressdev.ru


Смотрите также

Prostoy-Site | Все права защищены © 2018 | Карта сайта