This topic has 39 replies, 3 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler
Hello,
1) We have added an option to change the color of the icon https://prnt.sc/1u8e5o5
2) Use the below custom code
.et_product-block .single-wishlist .wishlist-fragment i, .et_product-block .single-wishlist .wishlist-fragment i + span {
background: #222222;
padding: 10px;
color: #fff;
border-radius: 5px;
}
.et_product-block .single-wishlist .wishlist-fragment i {
border-radius: 5px 0 0 5px;
padding: 10px 0 10px 10px;
}
.et_product-block .single-wishlist .wishlist-fragment i + span {
border-radius: 0 5px 5px 0;
}
Regards
Thanks For Replying
1.I have added the custom code you provided but it has so many problems
like 1) after adding it to the wishlist, it says browse history but not in the button
2. after adding it to the wish list and if the user get back to the home page or just get back product that was added to the wish list automatically get removed
3. Buttons don’t have a hover effect
2. I want to add a hyper link below the Wish list Button
if the user click on it text note will open
Hello,
1) I changed the code to the code below. Check now.
.template-container .et_product-block .single-wishlist .wishlist-fragment {
background: #222;
padding: 10px 15px;
color: #fff;
border-radius: 5px;
margin-bottom: 10px;
}
.template-container .et_product-block .single-wishlist .wishlist-fragment a {
margin-bottom: 0;
background: transparent;
color: #fff;
}
.template-container .et_product-block .single-wishlist .wishlist-fragment a:hover {
background: transparent;
color: #fff;
}
.template-container .et_product-block .single-wishlist .wishlist-fragment:hover {
background: #555555;
}
2) Our theme does not have such option.
Regards
Alright
anyways I really want to say thank you for answering every question or problem I face
I can really say you guys are really good with your work!
I pray for your healthy life
thank you
Hello,
Glad to provide the support for such a grateful buyer 🙂
Regards
Hey,
is it possible to display another home page for
mobile and different for pc
Hello,
No, there is no such possibility, unfortunately. But you can hide/show some blocks using Responsive options – https://prnt.sc/1wefklu
Regards
ok thanks
btw how can I add something similar to this
https://prnt.sc/1wm2eei
for mobile layout
what layout is that? also, what is perfect sizing for that?
Try to add section with 2 columns and elements inside, hide it for desktop. It all depends on your needs, use the Elementor editor to achieve the desire result.
https://elementor.com/help/widgets/basic/
Regards
You must be logged in to reply to this topic.Log in/Sign up