question about arrow slider and gallery product styling
-
Hello! With pleasure to say hello, I would like to ask if there is any way to change the style of the arrows to the following ones.
Kind regards
Attachments:
You must be
logged in to view attached files.
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-nav-arrows.wd-pos-sep .wd-btn-arrow {
background-color: #e6dddd;
border-radius: 30px;
}
Best Regards.
works without problems, thank you very much 🙂
Can I ask you the last question?
Is it possible to hide the text of the buttons when one hovers the cursor?
from the wishlist, cart, compare, login buttons.
thank you so much
Can I ask you the last question?
Is it possible to hide the text of the buttons when one hovers the cursor?
from the wishlist, cart, compare, login buttons.
thank you so much
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL I will check and give you a possible solution.
Best Regards.
Hello,
Please find the file header-elements/cart.php in the theme folder, and copy it into the child theme: header-elements.
Then edit the file you will need this line: https://prnt.sc/zRVVlNxl2ZfN
You need to do the same with other tooltips.
Best Regards.