I want to show the menu of the product on the sidebar, I want to make the menu like a button. Maybe like this website: http://www.baodeli.com/products.asp?classid=2
But I can just show the menu by word in my website. https://www.cmeclock.com/product/lock-body/.
Could you please tell me how can I adjust it.
Hey CearbhallG,
Please add the following CSS
#header_main > .container .main_menu .av-main-nav > li > a {
background: #000;
}
And that should fix the issue
Best regards,
Basilis
I try to add this, but the sidebar did not change.