I go to Appearance > Editor
Select my theme on the right side,
Add the new code, then press Update File on the bottom.
I do the same process the the child code and it doesn’t work.
Code from Parent:
.widget-container ul li, .widget ul li {
font-size: 14px;
line-height: 1.8em;
list-style: none;
}
I change the font size and it works.
Code from Child:
/*
Theme Name: Go Daddy Frames Child
Template: gdgallery
Author: Child Theme Configurator
Version: 1.0.1428956338
Updated: 2015-04-13 20:18:58
*/
.widget-container ul li, .widget ul li {
font-size: 18px;
}
No change after I update the file