Some issues to solve - by mariconsinf - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler

  • Avatar: mariconsinf
    mariconsinf
    Participant
    January 3, 2017 at 16:35

    Hi,

    I have 3 issues to solve:

    1. In the Products page, on the top and bottom, there is the filter “sorting box”. I want to delete it both. I wrote the following code in fuctions.php
    (remove_action( ‘woocommerce_before_shop_loop’,’woocommerce_catalog_ordering’, 30 );), but in this way I deleted the filter ONLY above.

    2. It’s possible change the breadcrumbs and titles color? And it’s possible to hide the breadcrumbs bar?

    3. I’d like to set the sticky menu as transparent, like in your demo. How I can do it?

    Thanks

    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 3, 2017 at 17:20

    Hello,

    Please show a page url of your products.

    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: mariconsinf
    mariconsinf
    Participant
    January 3, 2017 at 23:24

    Hi,
    the web site is under costruction and the domain, at the moment, is redirect to the old web site”www.calzaturificiotomasi.it”.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 4, 2017 at 17:11

    Hello,

    1. Please add this css code in custom.css file:

    .toolbar .woocommerce-ordering {
        display: none;
    }

    How to create custom.css you can watch in this tutorial

    2. Please use this css code:

    .bc-type-variant2 h1 span, .woocommerce-breadcrumb a, #breadcrumb a {
       color: red;
    }

    Change color to your needs.
    To hide breadcrumbs use this css code:

    .woocommerce-breadcrumb, #breadcrumb {
       display: none;
    }

    3. Add this code in custom.css:

    .fixed-header {
      opacity: 0.7;
    }

    Best regards,
    Jack Richardson.

    Avatar: mariconsinf
    mariconsinf
    Participant
    January 5, 2017 at 01:38

    Hi,
    thanks, but two of the codes have solved the issues in part.
    the code for the breadcrumbs color change the title color only, and the header becomes transparent only after scrolling.

    thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 08:44

    Hello,

    For change breadcrumbs go to Theme Options > Color Scheme > Breadcrumbs background http://prntscr.com/drplns
    Also, add this code for change color other text in breadcrumbs:

    #breadcrumb {
        color: red;
    }

    Try to set this header type http://prntscr.com/drplti

    Regards,
    Rose Tyler.

    Avatar: mariconsinf
    mariconsinf
    Participant
    January 5, 2017 at 15:42

    Hi,
    I tryed to add the code but the breadcrumbs color don’t change.

    I’d like the header like this: https://www.8theme.com/demo/legenda2/

    thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 16:29

    Hello,

    Please, add !important http://prntscr.com/dru5b6
    Also, try to use this code for header menu:

    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
        opacity: 0.9;
    }
    .main-nav .menu > li .nav-sublist-dropdown {
        opacity: 0.9;
    }

    Regards,
    Rose Tyler.

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