Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #967993

    Hello, I need that Fullwidth Easy Slider Caption title in the images to be in lowercase NO capital letters…How can I do it?
    Thanks in advanced!

    #968485

    Hey ftt123,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #968672
    This reply has been marked as private.
    #968674

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Fullwidth Easy Slider text  */
    
    /* Easy slider title */
    .av_slideshow_full .avia-caption-title,
    .av_slideshow_full .avia-caption-content p {
    	text-transform: none;
    }
    
    /* End CSS */
    
    

    Best regards,
    Vinay

    #968702

    Hello Vinay, it works! Thank you

    #969950

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1026934

    Thanks for this Rikard. I needed the exact same solution for my site. Glad I did a search first.

    Best,

    Gary

    #1026941

    Hey Gary,

    I’m glad this was resolved for you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.