Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Helen,

    It should be somewhere in theme settings I believe, I’m not familiar with that theme. Although you can fix it via css, just add this piece of code in Customize\Custom CSS in Appearance section:

    #vys-credits {
        text-transform: initial;
    }

    Let me know if it helps.

    Thanks

    • This reply was modified 6 years, 10 months ago by Pavel.

    Hi Helen,

    You need to remove (or override) the text-transform: uppercase;

    It starts on line 2297 of your style.css:

    /*-----------------------------*/
    /*--------FOOTER STUFF--------*/
    /*---------------------------*/
    #footerContainer {
    	width: 100%;
    	position: fixed;
    	left: 0;
    	bottom: 0;
    	text-transform: uppercase;
    	z-index: 0;
    }
    • This reply was modified 6 years, 10 months ago by Airster.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer text adjustment’ is closed to new replies.