This topic has 5 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Rose Tyler
Hi,
I would like to create a button with an icon. For single product page builder theres is “request quote” button. I would like to use another svg and I’ve already uploaded one. https://prnt.sc/5AxCYOHXPuN3
It doesn’t take it the changes 🙁
And also I added suggested plugin which is “SVG Support (By Benbodhi)”
Hello, Atahan,
Thank you for getting in touch with us.
Please provide FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption). To create FTP access, please contact your hosting provider for assistance.
Kind Regards,
8theme team
Hello, Atahan,
We have resolved this issue by updating your XStore theme to v9.1.11 and XStore core plugin to v5.1.11, then we developed and installed a patch with the fix “#91118625” for you. Additionally, we have added the following custom CSS to Customizer -> Theme Custom CSS -> Global CSS.
/*Single product request quote*/
.et_b_single-request-quote-button .et_b-icon{
top:3px;
}
.et_b_single-request-quote-button .et_b-icon svg path, .et_b_single-request-quote-button .et_b-icon svg circle{
fill: #fff!important;
-webkit-transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.et_b_single-request-quote-button:hover .et_b-icon svg path, .et_b_single-request-quote-button:hover .et_b-icon svg circle{
fill: #000!important;
}
/*!Single product request quote*/
Kind Regards,
8theme team
Thank you for your support and kindness.
As i understand, now theme is updated. There is a problem with the line under the products in the menu. I was told that this will be fixed when I update the theme, but I see that it still exists.
So the problem is when i am on “Ilham” page the line still in “Urunler” https://prnt.sc/vGJnMOtci5Xd
it doesn’t change.
Hello, Atahan,
Thank you for your response.
Please clear cache and check one more time. Here is what we see on your site – https://gyazo.com/d10b614e0aee54f47136a723f649715e
Kind Regards,
8theme team
The issue related to '‘Request a quote svg icon change for single product builder’' has been successfully resolved, and the topic is now closed for further responses