Fork me on GitHub

Turno off automati capital letter  Bottom

  • How can I turn off automatic capital letters in the seabreeze block title?

    For example, in my "Poll of the day" block it automaticly shows "Pool Of The Day" and I doesn't like it

    anybody knows?



    edited by: lordevol, Oct 28, 2008 - 05:54 AM
  • In your style.css for your theme... search and comment out:

    Code

    text-transform: capitalize


    You can use Firebug to help pinpoint the instances that are directly affect your blocks in question.

    --
    David Pahl
    Zikula Support Team
  • Are you sure it's not

    Code

    text-transform: uppercase
    ???

    :)
  • Looking http://demo.zikula.org/index.php?theme=Seabreeze
    my Firebug shows that is the file:
    /themes/SeaBreeze/style/style.css
    line 562.
    remove the line:
    text-transform: capitalize;

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Wendell

    Are you sure it's not

    Code

    text-transform: uppercase
    ???

    :)


    I am sure now icon_razz

    --
    David Pahl
    Zikula Support Team
  • Thank you very much, I erased all capitalize now, I really didn't like it,
    is this function "cool" for someone?
  • It is just personal style and taste. It is the magic of CSS.

    --
    David Pahl
    Zikula Support Team

This list is based on users active over the last 60 minutes.