• Resolved cnjones

    (@cnjones)


    I need to remove the testimonials in the “Right block above footer”? There’s no widget area to change there…

    Or…

    Change the testimonials text to state something else?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Access Keys

    (@access-keys)

    Yes.. you can change in our updated version.. Please update your theme.

    Hi cnjones, Yes you can change it on any version.. For that
    Go to index_one.php
    Find <h1><?php echo $testimonail_category; ?></h1>
    and replace it with
    <h1><?php echo Your Text; ?></h1>

    Then Find >View All <?php echo $testimonail_category; ?>
    and replace it with
    >View All <?php echo Your Text; ?>

    Hope it helped you. If you find any bug just reply

    ~xExplosion Blaze
    [sig moderated as per the Forum Rules]

    @xexplosionblaze: Thank you contributing to the forums but please do not encourage people to edit theme files directly. At best, they will lose all of their changes when they update the theme. At worst, they could bring their site down. They should be recommended to create a child theme or use a custom CSS plugin for their changes.

    Theme Author Access Keys

    (@access-keys)

    Please update to latest version.. You can change it in this version.

    So how do I edit the “testimonials” with the new theme?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove or changing "testimonials"’ is closed to new replies.