Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1144741
    JP
    Participant

    Hi, is it possible to add text on top of the main shop page http://myeternalbeauty.com/shop/ as per screen

    Thanks!

    #1145061
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    Then add the following code into your child theme’s functions.php file.

    
    function add_shop_extra(){                
      echo '<h3 class="my-extra-info">This is sample text</h3>';
    }
    add_action('woocommerce_before_shop_loop', 'add_shop_extra');
    

    Hope that helps.

    #1154798
    JP
    Participant

    it does! thanks!

    #1154875
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1144741 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>