format search results

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25516
    jonhf89
    jonhf89
    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

    Attachments:
    You must be logged in to view attached files.
    #25529
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Use this custom CSS, it will do the trick:

    .asp_r * {
        text-transform: capitalize !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.