A few tweaks - by smoothbob - on WordPress WooCommerce support

This topic has 13 replies, 4 voices, and was last updated 10 years, 2 months ago ago by Jack Richardson

  • Avatar: smoothbob
    smoothbob
    Participant
    September 15, 2014 at 12:10

    Hi

    I am trying to edit the Shop page to remove the breadcrumbs and the banner and add some extra text. I cannot find where to edit this so can you let me know?

    I also want to remove the breadcrumbs on the single product pages.

    How can I remove the tab Custom Tab for All Products?

    And can I edit the product slider to remove the heading (eg related products) and also there is a lot of padding underneath it I would like to remove.

    many thanks

    12 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 15, 2014 at 12:19

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: smoothbob
    smoothbob
    Participant
    September 15, 2014 at 13:02

    thanks

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 15, 2014 at 14:44

    Hello,

    1. To remove banner on the Shop page you need go to Theme Options > Shop > Product Page Banner.
    Also I’ve added the following code into custom.css file to remove Woocommerce breadcrumbs:
    .woocommerce-breadcrumb {display: none;}

    2. To remove custom tab go to Theme Options > Single Product Page and remove the text for “Custom Tab Title”.

    3. To delete slider title please add this code into custom.css:

    .product-slider .slider-title {
     display: none;
    }

    To remove padding use this code:

    .carousel .slider {
      height: 80%;
    }
    .container_footer_bg {
        margin-top: -50px;
    }

    Regards,
    Eva Kemp.

    Avatar: smoothbob
    smoothbob
    Participant
    September 16, 2014 at 15:12

    Hi

    I tried that css thanks but there was still a big space under the slider : product-slider columns3 and also whilst the header is now hidden the space it occupied is not.

    any ideas? thanks!

    Avatar: smoothbob
    smoothbob
    Participant
    September 16, 2014 at 15:13

    these things I don;t just want to hide, i want to remove completely…can you tell me where the template file is for those pages?

    Avatar: Eva
    Eva Kemp
    Support staff
    September 16, 2014 at 16:21

    Hello,

    Sorry, but it can’t be removed permanently.
    You have to use the code provided in the previous post to hide the padding.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: smoothbob
    smoothbob
    Participant
    September 17, 2014 at 11:12

    Hi

    still can’t remove that space which is actually inside the carousel div: product-slider columns3 or possibly carousel slider-9646

    the code you provided does not work in this case. I am referring to the space above the text “This is the intro text, the text from the existing Agency Atlantic site has been put on the About page. ”

    on http://mantravisual.com/atlantic/

    thanks again

    Avatar: Eva
    Eva Kemp
    Support staff
    September 17, 2014 at 12:04

    Hello,

    Could you please show a screenshot where that space is shown?
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: smoothbob
    smoothbob
    Participant
    September 17, 2014 at 13:07
    Avatar: Eva
    Eva Kemp
    Support staff
    September 17, 2014 at 15:09

    Hello,

    Please try to use this code to remove space under the products slider:

    .product-slider.columns3 {
    margin-bottom: -40px !important;
    }

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: smoothbob
    smoothbob
    Participant
    September 17, 2014 at 15:41

    great, thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 17, 2014 at 16:00

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

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

The issue related to '‘A few tweaks’' has been successfully resolved, and the topic is now closed for further responses

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