Sorry, I continue the thread again
Here is my previous thread
https://kriesi.at/support/topic/how-to-change-the-font-size-in-the-certain-part-of-a-page/
I barely check on chrome, the H2 span that given to me doesn’t work in chrome
The H2 font are all in uppercase
in Firefox, safari and IE it works just fine
Any idea? Thanks
Hi andri7luck!
Try following code:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
Cheers!
Peter
This works fine for me
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: 1px;
}
h1 {font-size: 25px};
h2 {font-size: 20px;line-height: 1.1em;margin-bottom: 10px;}
h2 {font-size: 20px;line-height: 1.1em;margin-bottom: 10px;}
h3 {font-size: 17px};
h4 {font-size: 15px};
h5 {font-size: 12px};
h6 {font-size: 10px};
Hi!
Thanks for your feedback :)
Cheers!
Peter
I put this into quick CSS
.template-page .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: 1px;
}
but still all upper case on chrome :(
can you tell me what I did wrong?
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Refresh your browser a few times. The css is live and working but your local cache has likely just not refreshed right away.
Best regards,
Devin
Another unnecessary mistake from my end. Sorry to bother you guys. Thanks a lot for the support :)