Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1336336

    Hi there,
    I have a question. I have a titel in H2. All the H2’s are in uppercase (I did that in the Theme options-advanced styling). But now I have a title where one letter must be shown in lowercase. How can I do that?

    It is now:
    NIEUW ANLB VANAF 2023

    And this is how I want it:
    NIEUW ANLb VANAF 2023

    I hope you can help me!

    #1336347

    Hey JoStudioDeRijp,

    Please try the following in Quick CSS under Enfold->General Styling:

    .postid-10075 h2.av-special-heading-tag {
      text-transform: none;
    }

    Best regards,
    Rikard

    #1336353

    Hi Rikard,
    Thanks for your fast answer :-)))!
    It works perfectly!
    Do you also have code for this same problem for the title in the Easy slider, see the link in the private content-field,

    #1336367

    Hi,

    Please try this CSS as well:

    .page-id-10083 #full_slider_1 h2.avia-caption-title {
      text-transform: none;
    }

    Best regards,
    Rikard

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