• Hi,

    I have installed the Noxama Lite Theme and cannot find a way to edit the Search bar area to add the Mini Cart, as it is missing.

    Here’s a link to a screenshot: https://pasteboard.co/K8vsz9K.png

    As you can see, there is no Edit icon near the Search Bar. What could be the problem?

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

Viewing 1 replies (of 1 total)
  • Hi there,
    I am afraid you cannot edit the header section and search bar like this. You could try adding this

    
    add_action("nozama_lite_after_head_mast","add_minicart",10);
    function add_minicart(){
    woocommerce_mini_cart();
    }
    

    in your child theme functions.php file

    Let me know if you need additional help with this.

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t Edit Search Bat to Add Mini Cart’ is closed to new replies.