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)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #256129

    cihatyilmaz
    Participant

    Hello,

    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.
    #256147

    Hello,

    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.

    #256220

    cihatyilmaz
    Participant

    Hey 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.

    #256347

    Hello,

    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.

Viewing 4 posts - 1 through 4 (of 4 total)