Carousel/Slider Text

Home Forums Gillion Theme Carousel/Slider Text

Home Forums Gillion Theme Carousel/Slider Text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • globalobserver
    Participant

    Hi, how do I change the text in my carousel/slider on the front page of the website https://gobserver.net/ so that it isn’t all capitalized, but instead following the normal format?

    Solution for this topic

    Hi @globalobserver,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .blog-slider-uppercase-title .post-title {
        text-transform: unset;
    }

     

    Best regards,
    Shufflehound team

    globalobserver
    Participant

    It worked! Perfect, thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)