Tagged: capitalization
- This topic has 7 replies, 2 voices, and was last updated 2 years, 5 months ago by
Skandha.
-
AuthorPosts
-
April 3, 2021 at 2:58 am #278695
eilwen
ParticipantHi all,
first, I really love your themes, they are beautiful! I am working with Photo Journal Pro on all my websites, and I am writing them in German. We do not capitalize titles. So, I would like to turn off all capitalization in my template.
I have found these tips, and they turn off some capitalization, but not all. It’s especially disturbing in the site header (it should be: Die Dokumentation des Vergänglichen und die Schönheit des Zeitlosen) and the button there.
}.section-title {
text-transform: none;
}
.site-header {
text-transform: none;
}
.site-description {
text-transform: none;
}My Website is: https://elisabethguggenbuehl.ch and guggenbuehlfotografie.ch
Thank you!
April 3, 2021 at 10:07 am #278708Skandha
Participant@eilwen: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.* { text-transform: unset !important; }
Let me know if this solves your issue.
Kind Regards,
SkandhaApril 4, 2021 at 10:09 am #278774eilwen
ParticipantHi Skandha,
it worked beautifully and I am very happy, thank you so much!
Very simple solution, when one knows how 🙂Best wishes, Eilwen
April 5, 2021 at 1:22 am #278819Skandha
Participant@eilwen: Hello Eilwen, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/photo-journal/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaApril 5, 2021 at 7:15 am #278839eilwen
ParticipantHello Skandha, thanks – review done, 5 well earned stars.
I noticed that when I try to embed a video in a post, it looks good on the preview, but when it’s live there is a big gap between the text or title or whatever and the video itself. That gap is – not needed 😉
I made an example post for you: https://elisabethguggenbuehl.ch/test/you have to scroll down to see the video. I tried looking at the code, I can’t see anything that produces such a big gap. But I know only very, very basic programming.
Thanks!
April 5, 2021 at 7:40 am #278850Skandha
Participant@eilwen: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before { padding-top: 0 !important; }
Let me know if this works out and thank you for your wonderful review. Have a good day! 🙂
Kind Regards,
SkandhaApril 6, 2021 at 3:06 am #278929eilwen
ParticipantGood Morning Skandha,
it’s perfect! Thank you so much. Great support!!
Best regards, Eilwen
April 6, 2021 at 5:27 am #278934 -
AuthorPosts
- The topic ‘Turn off all Capitalization’ is closed to new replies.