Hi, For some reason the text on my home page has changed into block capitals. I was updating the menus, which worked ok. then i looked at the home page and all the text has changed to block capitals. Can you help me with this please. The site is: https://www.merlinclean.co.uk/
Hello, Thanks for contacting us, Actually this CSS is getting applied on your pages "text-transform: uppercase;" To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard -> Appearance -> Customize -> Additional CSS). Code: body { text-transform: none !important; } .page_container p, div { text-transform: none !important; } I hope the above CSS code provided will surely resolve the issue that is occurring on your end. Regards, Shemaela InkThemes.com
Hello, Warm Wishes From InkThemes, This might be possible because of some other plugin you might be using in the theme. So it is possible that the CSS code may have applied. You are most WelCome! Let us know if you need further help, we will be happy to help you. Regards, Shemaela InkThemes.com
Hi Shemaela, Can you help me again with the same issue please. Its the same site: https://www.merlinclean.co.uk/ Some of the text is still in block capitals. Down the bottom of the page. I am changing this site at the moment, so I am changing the text. I need to get rid of the block capitals. Thank you, Paul.
Hello Paul, Thanks for getting back to us again, As I saw your website and now there are block letters present. I hope you must have applied the above CSS code again on your website. Let us know if you need further help, we will be happy to help you. Regards, Shemaela InkThemes.com
I checked again. The code is still there. I took away the H3 and it went back to normal. Is it possible to insert a 'H' tag on the home page without all the texts after that changing size? Thanks, Paul.
Hello Paul, Warm Wishes From InkThemes, Actually the page contains headings with h2 tags and the paragraphs in p tag, links in the span. So let me know how you have changed the h3 tag in the theme? We will then assist you further. Regards, Shemaela InkThemes.com