• Resolved bhs67

    (@bhs67)


    How do I change the Title font:
    1) Change from UPPER CASE to Title Case?
    2) Change the font size?
    2) Change the font color?

    I suspect these can be changed using Appearance -> Custom CSS:
    .visual-editor .widget-title{
    text-transform: capitalize;
    font-size: 20px;
    color: #0000ff;
    }
    … except this does not work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi there,
    please note that this can depend on the theme (see our FAQ about “How to customize widget appearance”).

    Anyway, you should use the following CSS selector:

    .widget_black_studio_tinymce .widget-title {
    ...
    }
    • This reply was modified 7 years, 9 months ago by Marco Chiesi.
    Thread Starter bhs67

    (@bhs67)

    This works!

    • This reply was modified 7 years, 9 months ago by bhs67.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Visual Editor change Title font’ is closed to new replies.