Home Forums WoodMart support forum Change Button Text from Uppercase to None

Change Button Text from Uppercase to None

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #309276

    oguz187
    Participant

    Hi,
    what is the css code for changing the Button Text Style from Uppercase to None???
    I tried so many times, but there are no changes…
    Thank You.

    Best regards

    #309282

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-hover-standard .add-to-cart-loop span {
        text-transform: none;
    }

    Best Regards

    #309285

    oguz187
    Participant

    hi,
    thanks for the quick reply.
    Unfortunately not working.
    The Text in all buttons are still uppecase.

    #309384

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-add-btn.wd-add-btn-replace.woodmart-add-btn a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop span {
        text-transform: none;
    }

    Best Regards.

    #309596

    oguz187
    Participant

    Hi,
    still not working 🙁
    we are moving the Website to the right domain now… when it’s done, I will let you know the new domain so we can try other Custom CSS.

    #309650

    Hello,

    Ok, please send me the login details of your new site or domain so I will check and fix the issue on the new site.

    Best Regards.

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