Okay
  Public Ticket #2457625
Disable capital case letters
Closed

Comments

  • TiphaineVDR started the conversation

    Hello, I read the posts about this issue but the solution doesn't work for me (Salient > Typography > General HTML).

     I would like to disable capital letters that appear in my website and the woocommerce shop.

    Please, see attach some screenshots.

    Could you help me ?

  •  2,979
    Andrew replied

    Hi there,

    Adjust text transform in Salient > Typography > Nectar specific 

    5666450104.png


    Hope this helps.

  • TiphaineVDR replied

    Yes thank you for your reply. 

    I did this before but doesn't work. I displayed "None" at each "transform text". Also the home slider.


  •  2,979
    Andrew replied

    Hi there,

    Share a link to the page so that we see the cause and possible solution.

    Thanks.

  •   TiphaineVDR replied privately
  •  2,979
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General settings > CSS/Script related:

    body.material #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] #top .span_9 nav > ul >li > a {
        text-transform: lowercase;
    }
    .single-product div.product h1.product_title {
        text-transform: inherit;
    }
    

    Hope this helps.

  •   TiphaineVDR replied privately
  •  2,979
    Andrew replied

    Hi there,

    Try the following custom css:

    #header-secondary-outer .nectar-center-text {
        text-transform: inherit;
    }
    

    Remove the following from earlier sent css:

    body.material #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] #top .span_9 nav > ul >li > a {
        text-transform: lowercase;
    }
    

    Kind regards.

  • Caroline Nogueira replied

    I'm having the same issue. I tried everything you said but it din't work. Any other suggestion?

  •  2,979
    Andrew replied

    Hi Caroline,

    Please share link to your website specific to where you have the issue so that we see solution.

    Thanks.

  • Caroline Nogueira replied
  •  2,979
    Andrew replied

    Hi Caroline,

    The following css will help.

    body h5, .row .col h5, .portfolio-items .work-item.style-3-alt p, .nectar-hor-list-item[data-font-family="h5"] {
        text-transform: inherit;
    }
    

    Thanks.

  • Caroline Nogueira replied

    Hi Andrew, it worked! Thanks for your help :)