レビュー (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;
}