Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1236962
Stop capitalization in Toggle Title
Closed

Comments

  •  2
    wocas started the conversation

    Hi, I want to use the FAQ element and noticed that the toggle title automatically turns to all capital letters (uppercase). How can I prevent that?

  •  6,933
    Oliver replied

    HI!

    pls. give link to the page with this block

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   wocas replied privately
  •  6,933
    Oliver replied

    HI!

    pls. use following css:

    body 
    .vc_toggle_title>h4 {
        text-transform: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    wocas replied

    Works fine! Thanks for the immediate help =)

  •  6,933
    Oliver replied

    You are welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    wocas replied

    Same subject & page: How can I change the color of the toggle titles? (I know I could choose to use a custom font in visual composer and change it there, but I'd prefer a css-solution so I don't need to adjust every new element time and again)

  •  6,933
    Oliver replied

    CSS:

    .vc_toggle_title>h4 {
        color: #000;
    }
    .wpb_toggle:after, .vc_toggle_title:after {
        color: #000 !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    wocas replied

    Wonderful! Thank you so much

  •  6,933
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver