Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #957535

    Hi, how can I remove the category and tag info from the product page?

    #958653

    Hey DROR,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single-product-summary .product_meta {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1349055

    Hello,

    I would like to remove the meta data (Tags, category and SKU) that is inserted automatically with the Product Purchase Button.

    I tried the code above, but it’s not working.

    Also I would like to modify the following elements on the product page, since they have different font sizes and are not aligned:

    Size
    Product variations (15 ml, 100 ml)
    Price
    Quantity
    Add to cart button

    Thank you,

    Julia

    #1349066

    Hi Julia,

    Thanks for contacting us!

    1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top.single-product .product_meta {
      display: none;
    }
    

    2- Please use following code

    #top .variations_form,
    .single-product .cart th {
      padding-left: 0;
    }
    #top.single-product .variations select {
      padding-top: 15px;
    }
    .single-product .single_variation_wrap {
      margin-left: 0;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.