评论 (1,336)

整体评分
4.7
每个评分等级的数量
  • 86% 的评分是 5 星
  • 7% 的评分是 4 星
  • 2% 的评分是 3 星
  • 1% 的评分是 2 星
  • 3% 的评分是 1 星
2017年6月27日

Outstanding app, really happy I found it!

Reclaiming Zen
英国
大约2年 人在使用应用
2017年2月4日

This is excellent. What I like is, it doesn't place any company logo and ask to purchase Pro version in order to remove it.

Graciousme
印度
大约2年 人在使用应用
编辑时间:2016年9月20日

A great FREE addition to your website! The best app I think I've installed! Great job Oberlo!

Warranty Killer
美国
大约2年 人在使用应用
2022年1月28日

Very happy with the app and their customer service. I would use this on any other future sites i create also.

Stream To Your Car
美国
大约2年 人在使用应用
2016年11月13日

It is very good app!!!! i love it so much

Ta Tha Tabrand
泰国
大约2年 人在使用应用
2021年1月17日

Beautiful and easy app to use and will definitely recommend it to anyone. I love it... so go get it :)

FurPawSake
菲律宾
大约2年 人在使用应用
2017年6月8日

So far so good. only 30 seconds in!!

Zumi
澳大利亚
大约2年 人在使用应用
2021年9月15日

The app is great and helped me to create a really attractive FAQ page. The support is also excellent.

Squirrl
澳大利亚
大约2年 人在使用应用
2018年4月12日

Excellent app! Does exactly as it states and I'm all for FREE things ;) Made my FAQs page look professional and easy to navigate for my visitors.

Topglamshop
美国
大约2年 人在使用应用
2019年6月11日

Super app, does well the job.
Can anyone let me know where I could in the code update the style of the page created by HelpCenter ? For instance I would like to modify the code to show smaller title.

Thanks !

ADAPTO
法国
大约2年 人在使用应用
Shark Byte, Inc已回复 2019年6月12日

Hi Adapto! Thank you for using our app and it's great that you enjoy using it! :) Speaking about the style edits, you can do this by addressing the Helpcenter page from a main liquid file. In most cases it is theme.scss.liquid. I'm pasting the code below which addresses all fonts sizes, but you can leave only H1 line to edit the main title.

.s4com-helpcenter .s4com-space-bottom h1 {
font-size: 20px;
}
.s4com-helpcenter .s4com-space-bottom h2 {
font-size: 20px;
}
.s4com-helpcenter .s4com-space-bottom h3 {
font-size: 20px;
}
.s4com-helpcenter .s4com-space-bottom h4 {
font-size: 15px;
}
.s4com-helpcenter .s4com-space-bottom p,
.s4com-helpcenter .s4com-space-bottom span {
font-size: 15px!important;
}