レビュー (1,336)
絞り込む
-
評価順
Outstanding app, really happy I found it!
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.
A great FREE addition to your website! The best app I think I've installed! Great job Oberlo!
Very happy with the app and their customer service. I would use this on any other future sites i create also.
It is very good app!!!! i love it so much
Beautiful and easy app to use and will definitely recommend it to anyone. I love it... so go get it :)
So far so good. only 30 seconds in!!
The app is great and helped me to create a really attractive FAQ page. The support is also excellent.
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.
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 !
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;
}