WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Grace Themes

Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 2,060 total)
  • Author
    Posts
  • in reply to: delete navigation #10396
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Hide Post Categories and Tags #10361
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: How to Hide Post date and Comment Count? #10360
    Grace Themes
    Member

    Hi

    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 Themes

    in reply to: Site Title & Description #10359
    Grace Themes
    Member

    HI,

    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 Themes

    in reply to: Sections switching #10358
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Post Inner Banner #10334
    Grace Themes
    Member

    No,

    This option is not available to display post Featured Image show as the innerpage banner.

    Regards
    Grace Themes

    in reply to: Looking For Charity Donation Theme #10308
    Grace Themes
    Member

    Hi,

    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-button

    The loading time of PRO theme is good as you can check the loading time of demo theme in https://tools.pingdom.com

    Regards
    Grace Themes

    in reply to: Customise Section In Wrong Place? #10307
    Grace Themes
    Member

    Hi,

    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 Options

    Please check the documentation to customize the Yoga Club Pro theme
    https://gracethemes.com/documentation/yoga-club/

    Regards
    Grace Themes

    in reply to: SEO on home page #10214
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Remove subscribe box #10165
    Grace Themes
    Member

    You are most Welcome..!

    in reply to: Remove subscribe box #10151
    Grace Themes
    Member

    Hi,

    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 widget

    Please check the documentation to customize the footer column by widgets
    https://gracethemes.com/documentation/yoga-club/#widgets

    Regards
    Grace Themes

    in reply to: header on every page #10150
    Grace Themes
    Member

    Hi Frits,

    To delete the pagename/heading from each page

    Go to Appearance -> Editor -> style.css
    add below css code at the end of file

    h1.entry-title, h1.page-title { display: none; }

    Regards
    Grace Themes

    in reply to: Woocommerce font color issue #10136
    Grace Themes
    Member

    Hi 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 Themes

    in reply to: Woocommerce font color issue #10128
    Grace Themes
    Member

    Hi 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 Themes

    in reply to: Woocommerce font color issue #10123
    Grace Themes
    Member

    Hi 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

Viewing 15 posts - 1,021 through 1,035 (of 2,060 total)