• Resolved chilisky

    (@chilisky)


    I have added an image link to what I would like to remove on every item page. If it is possible. I would like to remove the white column where it is in and move the info box (with title and price) up in it’s place.
    Is that possible?
    Thank you.

    View post on imgur.com

    • This topic was modified 5 years, 9 months ago by chilisky.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    I can see you have started to remove the content. You can additionally try this custom CSS:

    .woocommerce .product .summary .summary-top {display:none;}

    Thread Starter chilisky

    (@chilisky)

    Yes I found a code that will remove the text:
    add_filter( 'woocommerce_get_breadcrumb', '__return_false' );
    but I would really like to remove the, now, empty box or eg. write the title of the item in it, or move the item info box up.

    Plugin Support con

    (@conschneider)

    Engineer

    The above mentioned CSS should remove the empty white box like so: http://cld.wthms.co/JQn8tb

    Thread Starter chilisky

    (@chilisky)

    Thank you! works perfect!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Categories from item page’ is closed to new replies.