Home Forums WoodMart support forum Capitalize Product Title

Capitalize Product Title

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #103839

    EntreDosCom
    Participant

    Hi, I´m trying to put a CSS code to capitalize the product title on grid but it doesn´t works. Can you help?

    .product-title a {
    text-transform: capitalize;
    font-size: 17px;
    }

    #103841

    EntreDosCom
    Participant
    #103902

    Hello,

    Here is the correct code:

    body .product-grid-item .product-title{
    text-transform:capitalize;
    }

    Best Regards

    #103904

    EntreDosCom
    Participant

    I don´t know what happens, it doesn´t work too 🙁

    #103913

    Hello,

    Your product titles are written with Caps Lock that is why CSS code is not effective. You need to retype your product tile without Caps Lock.

    Best Regards

    #104061

    EntreDosCom
    Participant

    Hi Elise, thanks!! Solved!

    The same product name seems little on mobile devices but I can´t make it bigger with the same CSS for mobile devices.

    http://prntscr.com/mc18e2

    #104089

    Hello,

    Add this code to the Theme Settings > Custom CSS > Mobile:

    body ul.product_list .product-name {
        font-size: 30px;
    }

    Best Regards

    #104283

    EntreDosCom
    Participant

    Sorry Elise, it doesn´t work 🙁

    #104296

    Hello,

    Find this code and change the font-size http://prntscr.com/mcsbp6

    Best Regards

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