tintinz Posted February 10, 2016 Share Posted February 10, 2016 Hello. I hope it's ok to post here. I'm using Leo theme, AP_office. Works good. but i really wanna remove the "hovering" to show add to cart feature. I have a lot of mobile user and thats a problem for them. http://Roligalagret.se I have ben trying to search in the forum but only find help for default theme, and I haven't succed buy using them.. Really hope some one that know more about the structur can help me. Link to comment Share on other sites More sharing options...
tintinz Posted February 10, 2016 Author Share Posted February 10, 2016 I got it!I look up the chrome debug hotkey so i got the settings from the hovering CSS and edit it. /* ----- ADD to card button non hover CSS */ .product-block .functional-buttons { opacity: 1; filter: alpha(opacity=0); -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; visibility: visible; width: 100%; bottom: 0; padding: 0 10px 10px 10px; position: static; z-index: 99; background: white; } that 3 line did I need to edit. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now