• namila007

    (@namila007)


    Hi im using Response theme by cyberchimp. In this theme post title it uses h2 tag instead of h1. so i created a child theme with following css code.

    /*
    Theme Name: Response Child
    Theme URI: https://example.com/twenty-thirteen-child/
    Description: Response Child Theme
    Author: HRM
    Author URI: https://example.com
    Template: response
    Version: 1.0.0
    */

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

    /* =Theme customization starts here
    ————————————————————– */

    /*==================================== TAXONOMY ========================================================*/

    h1.entry-title {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1em;
    font-size: 1.6em;
    }
    h1.entry-title a {
    color: #333333;
    }
    h1.entry-title a:hover {
    color: #0088CC;
    }
    article.post p, article.page p {
    font-size: 1.1em;
    line-height: 1.5em;
    }

    and i change h2 tag to h1 the apply the theme.but it won’t work.Tell me how to do this.
    thankyou

Viewing 4 replies - 1 through 4 (of 4 total)
  • WPyogi

    (@wpyogi)

    You can’t easily change the h tags – you’d have to recode wherever those tags are output from using a child theme.

    For help with Responsive, the best place to ask is on the developers’ forum:

    https://cyberchimps.com/forum/free/responsive/

    Thread Starter namila007

    (@namila007)

    ok thanks ??

    Thread Starter namila007

    (@namila007)

    This forum title must be “How to Change H2 tag to H1 tag”

    Thread Starter namila007

    (@namila007)

    they told they are not helping for change it “PHP or file level customization, unfortunately, is not covered by support sorry. “

    The told to find the template file and change it.so if anyone know how to change it tell me please ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Change H3 tag to H1 tag’ is closed to new replies.