• Resolved KernowHayz

    (@kernowhayz)


    I’ve found css code that removed caps from the widget titles of all but the textbox. What do I need to add to change this widget too?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    you can install custom css plugin to put your css code, so your css code would not replaced when you update the theme.

    Thread Starter KernowHayz

    (@kernowhayz)

    Hi, I have installed a custom css plugin. What I’m after is the css code itself…

    I have the code that alters other widget titles, I just don’t know what I need to add to get that to include the textbox widget too.

    Thread Starter KernowHayz

    (@kernowhayz)

    This is the css code that solved it (in case anyone else is looking for the same thing)

    .panel.widget .widget-title, .so-panel.widget .widget-title {
    text-transform: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Moesia: textbox title in capital letters’ is closed to new replies.