Home New Guten Forums WoodMart support forum select options/add to cart

select options/add to cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #481317

    svetlana
    Participant

    Hello,

    Can you pls help with CSS (pls add amendment to css box if possible). We selected product styles layout, but in our language it is grammatically incorrect to have 2 words from caps letter. This means that “Select Options” is wrong and it could be only “Select options”. Same is about “Add to Cart” as we have to write only a first word from the caps (Add to cart). When we translated this button – we have both words from caps in our language.

    Can I pls kindly ask you to add css that could be commented if needed with following changes:
    1. To have only first lettes in caps or to have CAPS for the while button (for instance ADD TO CART);
    2. Amend a color of the button to primary (primary color text).

    I am providing log in credentials in a private box below.

    Attachments:
    You must be logged in to view attached files.
    #481779

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-hover-alt .wd-add-btn > a {
        text-transform: none;
    }
    body .wd-hover-alt .wd-add-btn > a span{
        color:red;
    }

    Please replace the color with one you have set in Theme Settings > Styles and > Colors: https://gyazo.com/c33d4c18299a1ef11a2015ca0461ef70

    If you have any questions please feel free to contact us.

    Best Regards

    Best Regards

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