Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #996286
    dechou100
    Participant

    Hi Theme X.

    Great theme you’ve developed. Loving it.
    I went ahead to create the website for my cafe with no prior coding experience. Learning curve is very minimal.

    I’d like to seek out a solution for a problem I have.
    In the About page I created with Renew Theme, all the words are uppercase. Wanna see if there’s a way to make it appear as a normal paragraph.

    Here’s the URL: http://bricktoastcafe.com/about/

    Thanks in advance for your time!
    – Danny

    #996298
    Rahul
    Moderator

    Hi there,

    Please add the following CSS into Customize > Custom > CSS

    .page-id-4378 h6, .h6 {
        text-transform: none;
    }

    Hope this helps!

    #996299
    Rahul
    Moderator

    Or in your cornerstone settings for the element,

    Add custom code

    text-transform: none;

    Thanks

    #998216
    dechou100
    Participant

    Oh yay!
    Kudos to you Rahul!

    #998662
    Darshana
    Moderator

    Glad we were able to help 🙂

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