Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1289733
    redwhirl
    Participant

    Hi,

    I am using X with the review stack and would like to remove the search zone capitalization.

    I have searched the forum but didn’t find an answer

    Thanks in advance

    Hubert

    #1289754
    Paul R
    Moderator

    Hi Hubert,

    Not sure what you mean by search zone.

    If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1289819
    redwhirl
    Participant

    Hi Paul,

    when you hit on the search zone, a white page appears asking to type the search temrs, and this part is capitalized, thta’s where I’d like to remove the capitalization

    Thanks for your help

    #1289846
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-searchform-overlay .form-search label {
        text-transform: none;
    }
    

    Hope that helps.

    #1290141
    redwhirl
    Participant

    Thanks for your answer, but I found that what I need is:

    .x-searchform-overlay .form-search input {
    text-transform: none;
    }

    Thanks for your help

    #1290157
    Prasant Rai
    Moderator

    Happy to hear that. Feel free to ask us again. Have a great day! 🙂

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