Okay
  Public Ticket #1423889
Lowercase letters at bottom of page
Closed

Comments

  • nicofrenchy started the conversation

    How do you pass to lowercase letters at bottom of page

  • [deleted] replied

    Hi Nico,

    When you open a ticket you should give us more informations, such an URL of that page that you are talking about and a screenshot or a video that might help us to understand your problem better and give you a proper and faster response.

    Thanks!

  • nicofrenchy replied

    Ok sorry.

    It´s in the footer

  • [deleted] replied

    Hi Nico,

    Can you please add the code below to your Custom CSS area:

    footer.site-footer.inverted .footer-widgets .sidebar>h3 {
        text-transform: none;
    }
    footer.site-footer.inverted .footer-widgets .sidebar ul li a {
        text-transform: none;
    }

    Have a great day!