This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

format search results

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25516
    jonhf89jonhf89
    Participant

    I am trying to format the search results list in capitalize format. I added this:

    .capitalize {
    text-transform: capitalize;
    }

    to the custom css but no luck. How can I do this? Thank you.

    In the attached image, the t in technology should be capitalized

    #25529
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Use this custom CSS, it will do the trick:

    .asp_r * {
        text-transform: capitalize !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.