Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1266685
    wai
    Participant

    Hi there,

    https://www.mays.net.au/products/gemstones/
    Referring to the link above, I want to change the text style of the parent categories in the widget to all uppercase.

    So, the parent categories Jade and Jewellery in the widget should be in uppercase.

    Can you please provide me with a css code for that?

    #1266688
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    li.cat-item ul a {
        text-transform: none;
    }
    li.cat-item a {
        text-transform: uppercase;
    }

    Hope that helps.

    #1266693
    wai
    Participant

    That did it, thanks! 🙂

    #1266694
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1266685 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>