Home Forums Basel support forum Uppercase some fields

Uppercase some fields

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

    Giulio
    Participant

    Hi there, I’d like to uppercase these titles. How can I do? Thank you.

    #87339

    Hello,

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

    .single-product-content .tabs li a,
    .single-product-content .entry-title{
        text-transform:uppercase;
    }

    Best Regards

    #87439

    Giulio
    Participant

    Thank you Elise, but it uppercases also the product name. I need to uppercase only that field. Is it possible?

    #87450

    Hello,

    Replace the code with this one:

    .single-product-content .tabs li a{
        text-transform:uppercase;
    }

    This code is for tabs only.

    Best Regards

    #87455

    Giulio
    Participant

    It works, thank you.

    #87467

    You are welcome!

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

The topic ‘Uppercase some fields’ is closed to new replies.