• Resolved pitso

    (@pitso)


    Hello.

    I am using the free hestia theme on a site that i am creating at the moment.

    I would like to know how am i able to remove the category tag from the products detail page and add some custom description for my product.

    Thanks in advance.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @pitso,

    Thanks for choosing Hestia!

    To hide the category, please add the code below in the Additional CSS section within the Customizer.

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

    Regarding the description, it can be added for each product when you edit it, in the Product Description field.

    Have a nice day ahead!

    Thread Starter pitso

    (@pitso)

    Hello again, i have a new issue right now. The images are being shown correctly in “web-view” but not in mobile mode.

    https://ianthinicars.com/

    If you check the main page at the “Our Vehicles” section in mobile mode you can see that the images are small and not displayed nicely. Can you give me some suggestions? Maybe the image size ( but the image is quite big anyways).

    Thanks in advance.

    Hi @pitso,

    Please add the following CSS under Appearance > Customize > Additional CSS section to resolve your issue.

    @media (max-width: 768px){
    #team .card-image {
     height: auto; 
    width: auto;
    }

    Let us know how it goes.

    AC

    (@purplecodes)

    Themeisle Support

    Hi @pitso,

    It’s been a while since we have heard from you. We will now be closing this thread if the issue has already been resolved. Kindly open a new thread if you have other questions or concerns.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hestia : Product Detail Page’ is closed to new replies.