This topic has 8 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
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
Hello,
Please show a page url of your products.
Thank you.
Best regards,
Jack Richardson.
Hi,
the web site is under costruction and the domain, at the moment, is redirect to the old web site”www.calzaturificiotomasi.it”.
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.
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
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.
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
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.
You must be logged in to reply to this topic.Log in/Sign up