Forum Replies Created
-
AuthorPosts
-
Hi,
I did some experiment. I made a child theme with only the CSS code where text-transform:uppercase was and changed to ‘none’. The line that changes my Send button is:
#reservation_form input[type=submit], .wpcf7 form input[type="submit"] { text-transform: none; }
However when I put it in custom CSS then it don’t work. When in child theme it works.
So I made child theme with the changes from uppercase to none and all seems to work normal. So this issue is resolved.
Could it help if I email you my child theme? It is only 60 lines of code.
Thank you, Wilfried
Still uppercase…
Thank you again! Now this is nice.
Yes I have seen this.
Oké then I best remove this first column in footer completely and make it 3 colums. Then I can make nice footer with 3 titles in same format.
But how to remove first column and make the footer 3 column?
Hi,
It was still not working. However when I set !important after the h1,h2,h3,h4,h5 then it works partial.
The “Transmit button” is still uppercase: https://imgur.com/mp7iPCU
The total css code now looks as this:
.sitenav ul li, .leftwrap h2, h2.section_title, .section_title, h1.entry-title, h1.page-title, h3.widget-title { text-transform: inherit;} .slide_info h2 { text-transform: inherit;} .logo h1 { text-transform: inherit;} h1, h2, h3, h4, h5 { text-transform: inherit !important;} .contact_right p { height: 27px; overflow: hidden;} .cols-4 h5, .wpcf7 form input[type="submit"] { text-transform:inherit !important;}
Thank you this works very well.
Thank you. Only the text in search box is still to change: https://imgur.com/daatW70
Hi,
It does not work. It is still all in uppercase.
Thank you, it is fixed
Thank you. I did some changes, it is oke.
But now the color of this 5 texts are not good: https://imgur.com/gprDGPL
How can I change these colors?
Thank you. Exacly what I want and I can regulate color and opacity good!
Can you also give me the code for the 3 other boxes in the sidebar: https://imgur.com/l7cuKzd
Right, thank you again. Works fine.
Website title is still converted to uppercase: https://imgur.com/dc16GCn
Thank you, this works fine 😉
Thank you, this works
-
AuthorPosts