• Hi,

    I would like to delete/remove the tekst ‘Thema Orchid Store with Themebeez’ in the copyright area and replace it with other tekst. Can someone please help me with this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Your question is very theme specific, so the right place to start would be their support forum: https://www.ads-software.com/support/theme/orchid-store/

    Just had a look. Theoretically you should overwrite this copyright text with the following function:

    function orchid_store_footer_left_action() {
        $copyright_text = orchid_store_get_option( 'copyright_text' );
        ?>
        <div class="copyrights">
            <p>
                <?php echo $copyright_text; ?>
            </p>
        </div><!-- .copyrights -->
        <?php
    }

    You’d have to put that in your child theme or via code snippet plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Copyright area’ is closed to new replies.