Hi
I saw in another thread you recomended to use this code to make social buttons apear horizontaly rather than vertically on a mobile:
@media only screen and (max-width: 767px) {
.av_one_fifth {
width: 20% !important;
}
This is great and works however when I do this it doesn’t allow me to turn off the automatic capitalisation of headings 1 and 2 in colour sections.
Can you please advise
Thanks
Hey Geoffdoyle!
Text transform is not related to the above code. Are you trying custom CSS to target h1 and h2?
Please can use the below css in Enfold > General Styling > Quick CSS
h1, h2 {
text-transform:none!important;
}
If the above dont work for you please provide a link to the site where we can inspect the element in question.
Best regards,
Vinay Kashyap