Remove an item. - by streetfoodconcept - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson

  • Avatar: SFC
    streetfoodconcept
    Participant
    November 22, 2015 at 19:09

    Hello, I am writing this post because I have trouble finding what to delete in the code to delete a specific element.

    It’s about the div “article-info”. When you post a new article, the information appears as the publication date, category, author etc… And i want to remove it from the article.

    When I “expect the element” I see therefore that a div called “article-info” to remove.

    Can you tell me how I delete this item? thank you a lot.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 22, 2015 at 22:43

    Hello,

    Please add this code in custom.css file:

    .article .entry-utility, .article .article-info .article-date {
       display: none;
    }

    To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/xmarket directory via FTP and enable it in Xmarket – Theme Settings, tick “Enable Custom CSS file”.

    Regards,
    Eva Kemp.

    Avatar: SFC
    streetfoodconcept
    Participant
    November 23, 2015 at 17:34

    It works ! you really helped me! Thank you

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 23, 2015 at 17:46

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

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

The issue related to '‘Remove an item.’' has been successfully resolved, and the topic is now closed for further responses

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