Pricing Table Upper Case List - X Pro

Hi there

I have used the classic pricing table on an x pro site BUT the list of items in the column are all in upper case and I cannot see where this can be changed. It is typed in in mixed case but just displays in Upper Case.

Please could you advise.

Many thanks.

Hey Eileen,

The Renew and Icon stacks are designed to have uppercase Pricing Table list. You can override that by adding this code in Theme Options > CSS.

.x-pricing-column-info ul>li {
    text-transform: none;
}

It will then show what you have typed. For more details about the text-transform property and what else you can do with it, please see https://www.w3schools.com/csSref/pr_text_text-transform.asp

Hope that helps.

Christian you are an absolute star - thank you - Kind regards

You’re welcome, Eileen. Glad it helped.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.