This topic has 2 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Olga Barlow
Hello, how do I install this button above the product catalog?
https://wampi.ru/image/RhHS77Q
Hello,
This element uses position: fixed.
You can change appearance using below code in Theme Options > Custom CSS
.et-toggle-mob-sidebars-wrapper .et-toggle-mob-sidebars-inner {
top: 11%;
-webkit-transform: translateY(-11%);
transform: translateY(-11%);
}
Regards
Tagged: button, install, product catalog, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up