最近搜索
没有最近搜索

Andrew Checkley
已加入2021年4月15日
·
最后活动2021年10月28日
关注
0
关注者
0
活动总数
31
投票
1
订阅
13
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Andrew Checkley
Andrew Checkley 进行了评论,
Hi all,
In the interest of sharing as I have found many additions on the community that have been helpful, we are using the above method within our help centre but have amended the code as follows to fit in with our style.
span[class=wysiwyg-color-red130] {
background: #ffefef;
color: #631010;
text-align: justify;
border-left: 5px solid #ff0000;
margin: 1.5em 10px;
padding: 0.5em 10px;
display: block;
}
span[class=wysiwyg-color-red130]:before {
display: block;
white-space: pre;
content: "Important:";
font-size: 2em;
}
Or
span[class=wysiwyg-color-green130] {
background: #e2ffe4;
color: #1b591f;
text-align: justify;
border-left: 5px solid #00ba0c;
margin: 1.5em 10px;
padding: 0.5em 10px;
display: block;
}
span[class=wysiwyg-color-green130]:before {
display: block;
white-space: pre;
content: "Tip:";
font-size: 2em;
}
We have further uses as well to highlight other items but using the above and just changing the swatch color
This bit span[class=wysiwyg-color-green130]
you can have as many as you wish ensuring you don't use any colors that are used as actual font changes. (We only use the bottom row swatches for example with all staff made aware that they are only used to achieve the notice windows)
查看评论 · 已于 2018年10月03日 发布 · Andrew Checkley
0
关注者
1
投票
0
评论
Andrew Checkley 进行了评论,
You would need to be logged in as an admin and then
1. click on "Guide Admin" Top right.
2. Eye icon (left bar) Customize design.
3. View theme
4. three little dots in a square icon "Edit code"
5. scroll to the bottom of the list on the left and open the file "style.css"
6. Scroll to the bottom and add the code (on a new line.)
Note. I add the following before hand to indicate the change should you review at a later date
/* Start Custom blockquote font color swatch CSS */
Anything between the open /* and the close */ is ignored and treated as a note. Its useful if you ever want to change or remove changes.
I then close with the following.
/* End Custom blockquote font color swatch CSS */
Thanks
Andrew
查看评论 · 已于 2018年10月03日 发布 · Andrew Checkley
0
关注者
0
投票
0
评论
Andrew Checkley 进行了评论,
@Wes
I have had this in place for some time now for outage notifications and works great love it!
I want to put a second one in place for announcements (I want to keep it separate as announcements we do allot so don't want to detract away from outage notifications that we use to drive call volume down during these periods. If we have a banner up regular we run the risk of it being ignored when its important.
My view is we keep the alert box for outages. big red banner and then second one that is green for an announcement.
I assume i just enter all sets of code in the appropriate places but rename css classes so they are different and use a different tag? and the webkit items just need a single reference at the end as these would be the same. I'm only looking to change the background/font colors and the icon between the two.
But in some instances we would want the outage notification as well as the announcement to appear.
Hope that makes sense
Thanks
Andrew
查看评论 · 已于 2017年11月16日 发布 · Andrew Checkley
0
关注者
0
投票
0
评论
Andrew Checkley 进行了评论,
Andrew Checkley 进行了评论,
I'm just testing with this as its a great idea, however I use two browsers, Chrome by default and IE for testing.
I do all admin stuff within chrome then use IE with a test user. when logging a request through IE with my test user the ticket is reporting the browser to be chrome?
查看评论 · 已于 2016年3月08日 发布 · Andrew Checkley
0
关注者
0
投票
0
评论
Andrew Checkley 进行了评论,
Excellent thank you. how did you locate the color swatches number? I want to extend on your code on one of the other swatches to set up some other customer text for articles.
Thanks
Andrew
查看评论 · 已于 2015年9月02日 发布 · Andrew Checkley
0
关注者
0
投票
0
评论
Andrew Checkley 进行了评论,
Hi,
I have been searching the CSS for this to change the font size and placement but have been unable can anyone advise?
I am going to change the size of the search box but it looks odd without doing the text also.
Thanks
查看评论 · 已于 2015年4月22日 发布 · Andrew Checkley
0
关注者
0
投票
0
评论