-
Posts
310 -
Joined
-
Last visited
Community Answers
-
paramjeet.kour08's post in Fix login button design was marked as the answer
we make css for this its work.
@media only screen and (max-width:767px) { .user-accounts-text-link:before { visibility: visible; background-color: #db2c39; border-radius: 20px; width: 95px; height: 50px; content: "SignUp"; position: absolute; font-weight: bold; font-size: 16px; padding: .2rem 1rem; } } .user-accounts-text-link:before { visibility: visible; background-color: #db2c39; border-radius: 20px; content: "SignUp"; position: absolute; font-weight: bold; font-size: 16px; padding: .5rem 1.5rem; margin-left: -30px; margin-top: -7px; }
-
paramjeet.kour08's post in Change size of add to cart button on different pages was marked as the answer
Use this code @media screen and (min-width: 768px) .tweak-product-basic-item-add-to-cart-standalone .ProductItem .sqs-add-to-cart-button-wrapper { width: 100%; } for all buttons then add in custom css box.
-
paramjeet.kour08's post in Portfolio button hover issue on inspire page was marked as the answer
Thank you we find solution . add through section id . now find and done Thanks
.user-items-list-item-container[data-section-id="64f1b0ac63548e357d6aa0e3"] li:hover img { opacity: 0.5; }
-
paramjeet.kour08's post in Create email Id was marked as the answer
All in Setting, then click on Domain. there you can set email Thank you