How to Change H3 tag to H1 tag
-
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
- The topic ‘How to Change H3 tag to H1 tag’ is closed to new replies.