PressMaximum
Forum Replies Created
-
Forum: Reviews
In reply to: [Customify] AwesomeHi @belevsj,
Thank you very much for your review!
Forum: Themes and Templates
In reply to: [Customify] remove header image shadowHi @mrblues-1,
Could you show me your site url?
Forum: Themes and Templates
In reply to: [Customify] remove header image shadowHi @mrblues-1,
That is easy. Please open the Customizer -> Layouts -> Page Header -> Cover Settings and remove the Color Overlay:
Hope it helps!
Forum: Themes and Templates
In reply to: [Customify] Sidebar Width settingHi @scieriro,
Unfortunately, we don’t have this option in Customify theme. You can try to add this to Customize => Additional CSS:
@media ( min-width : 1100px ) { #sidebar-primary { max-width: 30%; } .content-area { max-width: 70%; } }Let us know how it goes!
Forum: Themes and Templates
In reply to: [Customify] Problems with the read more button and commentsHi @arutha176,
First of all, thank you for using our theme!
About the read more button on the blog page, unfortunately, there is no way to decide a post will show read more button or don’t show. Either you show the read more button for all posts or not.
The second problem, try to add this to Customize => Additional CSS to remove the read more link from siteorigin:
.posts-layout .more-link { display: none; }About the comment text, I recommend you use this plugin to translate these texts into your language:
https://ww.wp.xz.cn/plugins/loco-translate/Also, add this to Additional CSS to reduce the font size of Feeds widget:
.widget-area .widget_rss ul li .rsswidget { font-size: 15px; }Hope it helps!
Forum: Reviews
In reply to: [Customify] one of the best for free usageHi @gr666,
Thank you very much for your review 🙂
Let us know if you have any issue or recommendation. We really appreciate it!
Forum: Themes and Templates
In reply to: [Customify] Everything works EXCEPT the home pageHello @cardsbynandita,
Please try to disable all plugins then check again.
Also, do you have any different index.php or index.html file in the root folder?
If it still does not work, I recommend you chat up with Bluehost to get help. I believe they will fix the problem for you in some minutes 🙂
Let me know!
Forum: Reviews
In reply to: [Customify] Great themeHi Terje,
Thank you very much for your review!
Forum: Themes and Templates
In reply to: [Customify] Add padding to single blog post page@temperancerose: Sorry for late.
Please try to add:
.single-post .entry-thumbnail { padding-left: 20px; padding-right: 20px; }Let us know!
Forum: Reviews
In reply to: [Customify] great customer serviceThank you very much for your review 🙂
Have a nice day!
Forum: Reviews
In reply to: [Customify] best free theme available for wordpressThank you very much for your review 🙂
Let us know if you have any issue or recommendation. We really appreciate it!
Forum: Reviews
In reply to: [Customify] The best free theme with loaded featuresThank you very much for your review 🙂
Let us know if you have any issue or recommendation. We really appreciate it!
Forum: Reviews
In reply to: [Customify] The Best theme with lots of features.Thank you very much!
Forum: Themes and Templates
In reply to: [Customify] Add padding to single blog post pageHi @temperancerose,
Please try to add this to Customize => Additional CSS:
.single-post .entry-content { padding-left: 20px; padding-right: 20px; }Let us know!
Forum: Themes and Templates
In reply to: [Customify] Add padding to single blog post pageHi @temperancerose,
Could you show me your site URL, please?