• Site ecftest.org, theme Interface
    I created a theme interface-child, and I have a style.css file within that folder: my only purpose is to change the Paragraph font size to the same as header 4: 22px.
    I don’t get any error, but the paragraph font size remains the same.
    /*
    Theme Name: Interface Child
    Theme URI: http://example.com/interface-child/
    Description: Interface Child Theme
    Author: Ron Carr
    Author URI: http://example.com
    Template: interface
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: interface-child
    */

    @import url(“../interface/style.css”);

    /* =Theme customization starts here
    ————————————————————– */
    p {
    font-size: 22px;
    {

The topic ‘sub-theme css does not work’ is closed to new replies.