• Hi John / Lithestore-users,

    Was wondering if you were aware of any way in which I could include/introduce another section of Text/HTML at the bottom of the homepage, following on after the “Recent Products”, “On Sale”, etc. Just before the section at the end of the site.

    Thank you!

    LCB

Viewing 1 replies (of 1 total)
  • Theme Author badjohnny

    (@badjohnny)

    Hi

    Edit page-homepage.php file, you can insert your own codes underneath the following code

    
    /* OnSale Products
     * Hook lithestore_on_sale_products
     * Hooked lithestore_on_sale_products()  
     */
    do_action( 'lithestore_on_sale_products'); 
    
    //Put your Code here

    You’d better use Child theme to customize the theme files.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘New Section at bottom of Home page’ is closed to new replies.