Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberHi,
To remove the categories and text post navigation from blog post
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box.post-categories, nav.post-navigation { display:none; }
Regards
Grace ThemesGrace Themes
MemberHi,
1. To hide the post categories and tags
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box.post-date, .post-comment, .post-categories { display:none; }
Regards
Grace ThemesGrace Themes
MemberHi
1. To Hide the Post date and Comment Count from homepage Latest News Section-5
Go to Appearance -> Theme Options -> Sections -> Section 5 -> Use below shortcode[latest-news showposts=”3″ comment=”hide” date=”hide” author=”show”]
1. To Hide the Post date and Comment Count from blog list page / blog details page
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box.post-date, .post-comment, .post-categories { display:none; }
Regards
Grace ThemesGrace Themes
MemberHI,
To hide the Site title only
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code.logo h1 { display: none; }
Regards
Grace ThemesGrace Themes
MemberHi,
The option is not available to reorder the sections.
But with code changes we can do this.If you want to display gallery section before testimonial, please send your site URL and WordPress admin login details for temporary at [email protected] so we can make this changes.
We will happy to help you.
Regards
Grace ThemesGrace Themes
MemberNo,
This option is not available to display post Featured Image show as the innerpage banner.
Regards
Grace ThemesGrace Themes
MemberHi,
You can integrate PayPal payment method in your site for donation page.
https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/html_example_donate/#basic-donate-buttonThe loading time of PRO theme is good as you can check the loading time of demo theme in https://tools.pingdom.com
Regards
Grace ThemesGrace Themes
MemberHi,
The free theme is build in WordPress Customizer whereas the PRO version is developed using more user friendly Theme Options framework.
All the tools and options are available in Theme Options panel.
So to customize the PRO theme Go to Appearance -> Theme OptionsPlease check the documentation to customize the Yoga Club Pro theme
https://gracethemes.com/documentation/yoga-club/Regards
Grace ThemesGrace Themes
MemberHi,
The follow-up replies via email notifications is working well in our site. We also don’t getting why this is happening with you.
Sorry for inconvenience.
Regards
Grace ThemesGrace Themes
MemberYou are most Welcome..!
Grace Themes
MemberHi,
By default the “About Us” & Subscribe Box are displaying in footer column 1
To remove this Subscribe form and to add your own widget
Go to Appearance -> Widgets -> Footer Widget 1 -> Add your widgetPlease check the documentation to customize the footer column by widgets
https://gracethemes.com/documentation/yoga-club/#widgetsRegards
Grace ThemesGrace Themes
MemberHi Frits,
To delete the pagename/heading from each page
Go to Appearance -> Editor -> style.css
add below css code at the end of fileh1.entry-title, h1.page-title { display: none; }
Regards
Grace ThemesGrace Themes
MemberHi Thomas,
Please send WordPress admin login details of your website for temporary at [email protected] so we can check and solve this issue quickly.
Also please try by adding the below code in
Appearance -> Theme Options -> Basic Settings -> Custom CSS.woocommerce table.shop_table th, .woocommerce-page table.shop_table th { color: #217ebc !important; }
Please check and let me know your feedback.
Regards
Grace ThemesGrace Themes
MemberHi Thomas,
To change the text color on this Cart page
Go to Appearance -> Editor -> style.css
add below css code at the end of file.woocommerce table.shop_table th, .woocommerce-page table.shop_table th { color: #217ebc !important; }
Please do this changes and let me know your feedback.
Regards
Grace ThemesGrace Themes
MemberHi Thomas,
Please share your website URL and write in details about on which page you are getting text color issue. We will check and assist you quickly.
Regards
Grace Themes -
AuthorPosts