Hi there!
Thanks for the great update!
I’m trying to place a left sidebar menu on all my product pages.
http://turnclear.com/porsche/
I cant make that menu to show on my single product pages in woo commerce.
http://turnclear.com/product/porsche-944-turbo-s2/
I also would like to place the currency converter to the right on all product pages. Perhaps in a right sidebar.. ?
And i also would like to ask how i can make the menu drop down transparent like this one:
http://www.meguiars.com/en/
Thanks and regards
Hey jockejansson!
Currently we do not have a double sidebar layout for Woocommerce products. We can add some CSS to get your product page sidebar to display on the right instead of the left if you like.
I’m not sure what kind of sidebar menu your wanting to add but navigate to Dashboard -> Appearance -> Widgets and find the widget area that says, “Single Product Pages”, and you can drag over whatever widgets you need to this widget area to get them to display there.
As for the transparent menu try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
.sub-menu, .sub-menu > li, .sub-menu > li > a {
background: rgba(0,0,0,.4) !important;
}
Cheers!
Elliott
Thanks for the code. The menu is now transparent as i wanted.
There is borders on it thoug. Is it possible to get rid of them as well? :)