Visual Editor change Title font
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Visual Editor change Title font’ is closed to new replies.