Home › Forums › WoodMart support forum › Three Issues: ("Ş" letter, Button misalignment, Removing the cart icon on hover)
Three Issues: ("Ş" letter, Button misalignment, Removing the cart icon on hover)
- This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 6, 2021 at 11:25 am #256129
cihatyilmazParticipantHello,
1- I opened another ticket for “Ş” issue under the title non-English character optimization and a friend suggested me a CSS code nevertheless even though I applied it it didn’t work. For some reason “Şş and Ğğ” letters look anomalous to rest of the script. I don’t know what to do. Maybe I should change it into a font which supports these letters? Can you help me with this?
2- I have a software installed on my web page which collocates a “COSTUMIZE” button on every product I want however the button looks misaligned and the theme doesn’t apply its default color into it. I didn’t have such a problem with Astra etc. the button simply could adopt the theme’s color and look aligned with other buttons. How can we make sure this button harmonize with the theme?
3- I want to hide all the small icons over product tiles when you hover on them. I hid compare, add to wishlist and quick view etc from the theme options however there is one more remain with a cart icon and I couldn’t hide it. I want to hide all of them without using the catalog mode.
I’m leaving my admin user name and password. Please feel free to navigate in my system and help me solving these three issues.
Thank you.
Attachments:
You must be logged in to view attached files.January 6, 2021 at 12:24 pm #256147
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
1) The issue seems to be from the font that does not support the special characters. You need to use fonts that support special characters.
2) Please provide the URL of the product to check it myself and help you out accordingly.
3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-buttons.wd-pos-r-t { display: none; }
Regards.
Xtemos Studios.January 6, 2021 at 4:44 pm #256220
cihatyilmazParticipantHey Aizaz, thanks for your response. I’m going to try a different font still didn’t do it. And your code worked flawlessly! Now I hid all the icons over my products.
and I am sending a private link of a particular product page where you can observe the misalignment of the buttons.
January 7, 2021 at 7:17 am #256347
Aizaz Imtiaz AwanKeymasterHello,
Most Welcome.
We are glad that one of your issues has been resolved.
For the add to cart button try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-image-summary .single_add_to_cart_button { margin-bottom: 0px; } a#lumise-customize-button { background: #83b735; color: white; }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register