This topic has 16 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
Hi!!
I would like to show the products categories in the order I show you in this image:
https://screenshots.firefox.com/axBilHV54qnId9iV/dev.zorkitools.com
How can I do this?
I don´t want to order them by id, data, alphabetic… (but only in this case, at home).
In the order pages they are ordered by ID, and there is OK.
I can´t choose the order y want??
It´s not enough for me those options. upssss.
How can I hidde those options?
– Return to Previous Page in Breadcrumb
– and CATEGORY text in categories images.
Thanks
Another question:
I have activated “Enable search form in header” but it doesn´t appear in the header.
https://screenshots.firefox.com/z1rDga111AyE9hv4/dev.zorkitools.com
https://screenshots.firefox.com/IZjArcikAOztKUo9/dev.zorkitools.com
Use this code in custom css:
.categories-mask span:first-child, .back-history {
display: none;
}
Could you provide temporary admin panel access?
Regards
Thank!! it works!
I give what you asked in private content!
You may use this code in Custom css https://prnt.sc/gqb1pd:
#mega-menu-wrap-main-menu {
width: 100%;
}
I would recommend you to update theme to the latest version http://prntscr.com/gkl0gf
https://www.8theme.com/demo/docs/woopress/#!/installation_upgrade
Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/woopress/ to avoid problems with old files.
Don’t forget to create backup of your files and database before starting update process!
You need to enter your purchase code to activate our new theme version and skip Setup Wizard.
Also, update all required plugins https://www.8theme.com/download-plugins/ http://prntscr.com/gi54g8
Regards
Thanks!!
Another thing:
I would like to change the color of the submenu when is active. When you are in that section.
https://screenshots.firefox.com/2h9qDRv7Uc4xSldZ/dev.zorkitools.com
In this case “abecedarios y numeraciones”. I would like to watch that section darker.
Where can I change the css??
For example, you may use this code in Custom css:
.bellows.bellows-skin-grey-material .bellows-nav .bellows-submenu .bellows-current-menu-item > .bellows-target {
background-color: grey;
color: white;
}
Regards
It doesn´t work! upsss
Make sure that >
wasn’t changed to >
Regards
I can´t see the difference. I think I wrote OK:
.bellows.bellows-skin-grey-material .bellows-nav .bellows-submenu .bellows-current-menu-item > .bellows-target {
Please check now http://prntscr.com/gqnupv > http://prntscr.com/gqnust
Regards
Yesss!!! Thank you!!!
I was reading from outlook and the code was differente.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up