最近搜索
没有最近搜索

Tina Vo
已加入2021年4月15日
·
最后活动2021年11月01日
关注
0
关注者
0
活动总数
2
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Tina Vo
Tina Vo 创建了一个帖子,
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
- Click on Guide admin
- Click Settings
- Click Customize theme
- Click Edit theme
- Select the CSS tab
- 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;
}
- Click Preview
- Click Publish
Add some classy blockquotes
- Edit an article you want to add a colored note to
- Click the Source Code button
- 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
评论