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

    Dear Enfold team,

    I have a problem that on my home of website, and submenu is written “title” in all capital letters, what happened? i would like see them in a normal way as i have written them inside tools of enfold child theme.

    Any advice?

    Thanks

    #702922

    Hey AlexBellaTropea,

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

    .av-special-heading-tag, .iconlist_title {
      text-transform:none !important;
    }

    Best regards,
    Rikard

    #702965

    Dear Enfold team,

    i solved in some pages, but not on “Home” the capital letters remained. To avoid to type codes on Quick CSS under Enfold–>General Styling, is there different place where i can type this codes?

    Thanks

    Alex

    #703029

    Hi!

    Please add following code to Quick CSS as well

    div .slideshow_caption h2 {
        text-transform: none;
    }

    You can alternatively add the code to style.css file of your child theme in Appearance > Editor

    Best regards,
    Yigit

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