Post Page setting - by erica11b - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Robert Hall

  • Avatar: erica11b
    erica11b
    Participant
    September 28, 2015 at 21:23

    Hello,
    I have to set the post page:
    – I would like to delete the line with the path of the link (HOME / UNCATEGORIZED / SETTEMBRE: NUOVE FOTO PER UNA NUOVA VESTE!) under the header
    – I would like to delate the LEAVE A REPLY & COMMENT area under the post.
    – to set the featured image in the center of the page, and not at the left.

    How can I do?
    thank you
    Erica

    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 29, 2015 at 07:32

    Hello,

    1. You can disable breadcrumbs in post editor, select “Disable” for “Breadcrumbs Style” field on the right side.

    2. Add this code in Global Custom CSS:

    .comment-respond {
        display: none;
    }

    3. Please use this code in Global Custom CSS:

    article.blog-post .wp-picture {
      width: 100%;
    }

    Best regards,
    Jack Richardson.

    Avatar: erica11b
    erica11b
    Participant
    September 30, 2015 at 17:44

    Hi,
    I applied your indication, but I have a problem with this post:
    http://www.bottegadelledonne.it/nuova-veste/
    I see always “UNCATEGORIZED” word at the top of the page. I don’t want the name of Category is visible.
    How can I set this feature?

    Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 30, 2015 at 18:24

    Hello,

    Please use this code in Global Custom CSS.

    .single-post article.blog-post h6.active {
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: erica11b
    erica11b
    Participant
    September 30, 2015 at 18:37

    Thank you, now it’s ok.This code will work with each post I insert in the future ?
    Erica

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 30, 2015 at 18:41

    Yes, for single post page. If issue will appear then contact us again.

    Regards,
    Robert Hall.

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

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

Helpful Topics

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