Okay
  Public Ticket #3170762
Slider
Closed

Comments

  •  5
    Fabrice started the conversation

    Hello,

    When using Slider in the Hyphoria theme, I am customizing the text of my "slide layers". The issue I am having is that I would like the text not to be transformed to either full uppercase, lowercase or capitalize. I would like it to be just how I typed it in the box, so I am selecting "none" to the "Layer text transform" option. Unfortunately, it does not work and the text then appears in uppercase by default. Thanks for your help !

    Attached files:  Capture.JPG
      Capture2.JPG

  •  1,626
    Andrey replied

    Hello, Dear Customer!

    To fix this issue - please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .intro_section h2 {
        font-size: 100px;
        text-transform: none;
    }
    .intro_section.ds h3 {
        color: #ffffff;
        text-transform: none;
    }
    

    Then save changes and check results at front-end.

    Also we highly recommend you to install demo-content. Please check the ticket # https://mwtemplates.ticksy.com/ticket/3170772/

    Best Regards!

  •  5
    Fabrice replied

    Many thanks Andrey, this works fine !

  •  1,626
    Andrey replied

    We are glad to help you!smile.png