Problems: Category Breadcumb; Size Fixed Header; To order

This topic has 7 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Olga Barlow

  • Avatar: ahdotta
    ahdotta
    Participant
    February 2, 2017 at 19:33

    Hello, how do I solve the following problems:

    1 – Remove the category name below the product name. These products have specific categories, but I do not want the category to appear on the product page.

    https://drive.google.com/file/d/0B_kW9ms4W11vREwxRnVwQzhsZFk/view?usp=sharing

    2 – How do I reduce the size of the fixed header?

    https://drive.google.com/file/d/0B_kW9ms4W11vZ2ZyRkd5cDdEVlU/view?usp=sharing

    3 – How do I change the text that appears when a product is not in stock but it is possible to order it?

    https://drive.google.com/file/d/0B_kW9ms4W11veXJNVzNvZkV0Z28/view?usp=sharing

    6 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 3, 2017 at 12:20

    Hello,

    1) Add the following code in Theme Options > Styling > Custom CSS

    .product-information .products-page-cats {
        display: none;
    }

    2) `@media only screen and (min-width: 992px){
    .fixed-header > .container {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    }
    .fixed-header {
    min-height: 70px;
    }
    }`
    3) Do you want to change the text or styles? If you want to change the text you can do this using woocommerce translation files. In case you want to change the styles let me know how it should be? Maybe send screenshot.

    Regards

    Avatar: ahdotta
    ahdotta
    Participant
    February 3, 2017 at 18:05

    3) I would like to change only the text. However, using Loco Translate, this text is not appearing to me. What other way to change the text?

    Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 3, 2017 at 19:15

    Hello,

    You should check WooCommerce translation files more carefully http://prntscr.com/e43o6z

    Regards

    Avatar: ahdotta
    ahdotta
    Participant
    February 3, 2017 at 20:56
    Avatar: ahdotta
    ahdotta
    Participant
    February 4, 2017 at 18:06

    I solved

    thank you

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 6, 2017 at 11:30

    Great. You are welcome!

    Regards

  • Viewing 7 results - 1 through 7 (of 7 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.