最近の検索


最近の検索はありません

Tina Vo's Avatar

Tina Vo

参加日2021年4月15日

·

前回のアクティビティ2021年11月01日

フォロー中

0

フォロワー

0

合計アクティビティ

2

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Tina Vo

Tina Voさんが投稿を作成しました:

投稿 Discussion - Tips and best practices from the community

Our team adds context to our articles by adding colored notes in our articles.  You can do this as well by following the below instructions 

Add CSS to your theme

  1. Click on Guide admin
  2. Click Settings
  3. Click Customize theme
  4. Click Edit theme
  5. Select the CSS tab
  6. Paste the following CSS code at the bottom of your code

 

/*Colored Notes Style*/

blockquote.important {

                background-color:pink;

                border: red solid 1px;

                padding:10px;

                margin:10px;

                color:black;

                font-style:italic;

                text-align:left; 

}

 

blockquote.fyi {

                background-color:lightblue;

                border: blue solid 1px;

                padding:10px;

                margin:10px;

                color:black;

                font-style:italic;

                text-align:left;

}

 

  1. Click Preview
  2. Click Publish

 

Add some classy blockquotes

  1. Edit an article you want to add a colored note to
  2. Click the Source Code button
  3. Surround your note with the following code replacing ADD YOUR NOTE HERE with your message

 

ADD YOUR NOTE HERE

 

Change the class to “important” for a pink note.

You really need to know this

Change the class to “fyi” for a blue note.

This is good to know, but not imperitive

投稿日時:2017年5月16日 · Tina Vo

2

フォロワー

21

投票

19

コメント