On my page http://www.fitgutschein.de I use the fullwidth slideshow on the start page. Is there a way to get rid of the button text capitals – shall be like “text transform=none”, but I was not successful by using snippets from similar posts
Alternatively: Is there a way to avoid automatic change / transform towards capitals alll over the page?
thx a lot for your help!
Hey Tilman,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .avia-slideshow-button {
text-transform: none;
}
Best regards,
Yigit
Hi Yigit,
cool, this one works great!
Thx a lot & best regards Tilman