Some questions - by julien - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Rose Tyler

  • Avatar: mycosycocoon@gmail.com
    julien
    Participant
    August 18, 2020 at 18:29

    Hello,

    Is it possible not to display the author’s name and the date on articles?

    This is when viewing articles in the left sidebar
    https://www.mycosycocoon.fr/boutique/

    You can see an example
    http://www.mycosycocoon.fr/wp-content/uploads/2020/08/Annotation-2020-08-18-185803.png

    Secondly, is it possible to delete the heart for adding to the wishlist ?
    And how do I change the color of the highlight when I hover the mouse over “Ajouter à ma liste d’envie”
    http://www.mycosycocoon.fr/wp-content/uploads/2020/08/Annotation-2020-08-18-183651.png

    Sorry i have one more question.
    On my article pages I would like to put at the bottom of the page, products that have a certain label.
    https://www.mycosycocoon.fr/2020/06/25/l-hiver-et-noel-bientot-la/
    How to have the same formatting for the products as on the shop page?

    Thank you again for your help

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 19, 2020 at 08:49

    Hello,

    1) Add the next code in Theme Options > Custom CSS:

    .sidebar .recent-post-mini {
        font-size: 0;
    }
    .sidebar .recent-post-mini > a {
        font-size: 14px;
    }

    2)

    .single-product form.cart .wishlist-btn-container {
        display: none;
    }
    .single-product .product-info .single_add_to_wishlist:hover {
        background-color: transparent;
        color: #dabe95;
    }

    3) Enable WPBakery Page Builder for posts https://prnt.sc/u22m9j , use Products element.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.