Okay
  Public Ticket #915213
upper case portfolio categories
Closed

Comments

  •  8
    Christina started the conversation

    I added the following to custom CSS. It changed everything except the first item "Tous" (All). How would I also change the first item to upper case?

    li .portfolio-category-all .active {
        text-transform: uppercase;
    }
  • [deleted] replied

    Hi Christina,

    Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.

  •  8
  • [deleted] replied

    Hi Christina,

    Can you please add the code below to Custom CSS

    .product-filter ul li a {
        text-transform: uppercase !important;
    }
    

    This code will set the uppercase for all the portfolio filters now, so i think that your old CSS code is not needed anymore.

  •  8
    Christina replied

    That was it. Fabulous! Thank you!

  • [deleted] replied

    Hi Christina,

    Glad to hear that