• I can’t write Capial in Post Titles. It displays capital letters in the box on the right but not on the Post. How can i write capital?
    Could it maybe have something to do with the font? Maybe the font can’t do capital… but i can’t find an option to change the font

    • This topic was modified 4 days, 16 hours ago by ostharzrc.
Viewing 7 replies - 1 through 7 (of 7 total)
  • This can also be a simple style property. A link to the page where you can see this might help us to help you.

    If you don’t want to show the link, contact the support of the theme you are using or find someone who can help you personally. You can find someone for this here: https://jobs.wordpress.net/

    Thread Starter ostharzrc

    (@ostharzrc)

    The page is far from finished an doesn’t have https yet but you can have a look at it on https://ostharzrctest.tritonventure.de/events/

    The problem is, that the headings of the posts are not capital eaven though i wrote them in capital.

    In the field where Astra enables additional CSS, you have given all h3 headings a lowercase style property.

    h3, .entry-content h3, .entry-content h3 a { text-transform: lowercase }

    You would have to adjust this if you don’t want to use it after all. I would recommend using this:

    h3, .entry-content h3, .entry-content h3 a { text-transform: inherit }

    .

    Thread Starter ostharzrc

    (@ostharzrc)

    Sorry, but How exactly and where do I do this? I very new to wordpress.

    • This reply was modified 4 days, 13 hours ago by ostharzrc.

    Did you set up the project on your own? Then you must have stored this individual CSS at some point. In this case, I would recommend that you contact the support team for the Astra theme you are using. They will be able to tell you exactly where to find the input: https://www.ads-software.com/support/theme/astra/

    If you haven’t set it up yourself, contact the person who did it for you.

    Thread Starter ostharzrc

    (@ostharzrc)

    Ok, thanks. I will do this. I have set it up myself.

    Hey @ostharzrc
    You can add that above CSS shared by @threadi into the Appearance > customize > Additional css.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.