• I haven’t noticed this before but tonight when I was working on my page I found that this box on each of my product pages.
    SKU: N/A Categories: Electric Aroma Lamps, Plug In/Night Light Tags: amber, blooming flower, BLUE, ORANGE, petals, plug in, PURPLE, wall, White/Clear

    I don’t want this information displayed. How do I remove it? I don’t know code so is there a way to remove it without having to edit the code of the product pages?

    http://www.gimmiegifts.com/product/blooming-flower-plug-in/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to Appearance > customize > Design and Layout > Custom CSS
    and add the below line of code and Click on save and publish.

    .product_meta {
        display: none !important;
    }

    If not work, feel free to ask. Thank You

    Thread Starter gimmiegifts

    (@gimmiegifts)

    Thank you so much! That worked!

    Would something like this also get rid of the word “edit” on my home page and other pages like it where I do not have a description?

    This appear only user are logged in. Try by getting logged out.
    Thanks

    Thread Starter gimmiegifts

    (@gimmiegifts)

    Thank you again! That worked. I thought I had already tried that but I guess I didn’t get logged completely out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘SKU and Catagories showing up on product page’ is closed to new replies.