In ProgressAdd to cart button
- This topic has 24 replies, 3 voices, and was last updated 3 years, 2 months ago by
Althemist.
- AuthorPosts
- October 31, 2019 at 11:41 am #19699
Althemist
KeymasterYou’d need to use CSS and modify the styles for the cart. Best way to do this would be with the lafka child-theme. Alternatively you may place the custom CSS code in the Customizer > Additional CSS.
October 31, 2019 at 11:44 am #19700saladekom
ParticipantWhat is the CSS code I can use to make the ligthbox smaller in customizer > additional css?
And if I install the lafka child theme, what would be the difference? Will it affect all the changes I made to the lafka theme that i am using now?
Thanks for the fast responses by the way! Great service!
October 31, 2019 at 12:18 pm #19701Althemist
KeymasterYou can start with something like this and adjust as per your needs:
body > div.widget.woocommerce.widget_shopping_cart { max-width: 320px; } .widget_shopping_cart_content p.total { left: 0px; right: 0px; }
That should do the job for start.
Please, note that while we are always trying to help with anything possible, this is going beyond the scope of theme support and extensive customizations that would require specialized coding knowledge are not covered by our service. We can give you directions, but can’t provide full help on modification requests.
BTW, if you’re happy with the theme and support, we’d really appreciate it if you take the time to rate it on ThemeForest. You can do this in your Downloads page ( https://themeforest.net/downloads ) – the small stars bellow the green Download button. It helps us a lot to keep improving the theme and adding new features.
Regards,
DimitarOctober 31, 2019 at 12:19 pm #19702saladekom
ParticipantI have rated it!
October 31, 2019 at 12:20 pm #19703Althemist
KeymasterAs for the child theme – no, you would not loose any changes, unless you manually changed something in the theme files and code. Everything you did in the WordPress admin area will be preserved. You may only need to set some color changes in Theme Options again, but most options there will be preserved.
October 31, 2019 at 9:36 pm #19708saladekom
Participantbody > div.widget.woocommerce.widget_shopping_cart {
max-width: 320px;
}
.widget_shopping_cart_content p.total {
left: 0px;
right: 0px;
}This is really great, Althemist!!
November 2, 2019 at 3:17 am #19721saladekom
ParticipantAlthemist, I have an issue with the add to cart button on the mobile phone. When I click the button for the first time, it does not work. After clicking the second time it only works
November 4, 2019 at 11:34 am #19733Althemist
KeymasterHi saladekom,
Which add to cart button are you talking about? Please, provide a link to a page where this can be replicated, as we cannot find such bug on our end.
Regards,
DimitarNovember 5, 2019 at 2:07 am #19752eyupdmg
ParticipantI want to also smaller lightbox screen.
I follow up!November 7, 2019 at 7:34 am #19772Althemist
KeymasterHello eyupdmg,
Sorry for the late reply.
Please, post your questions in a new topic, providing as much details as possible. We can’t provide solutions to different users in one topic.
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.