Archived topic
Problem in size of H1
3 replies · Started by Amit on February 23, 2019
Hi, I just tried installing sassy social share plugin to my website but after the installation, I saw that the H1 was reduced to smaller size. I tried in the customize options and deactivated the social share plugin too, but the size remains smaller. Can you please help
Hi there,
I'm not exactly show what you mean but the home page <h1> title is controlled by this CSS and not the customizer:
.home .entry-title {
display: flex;
align-items: center;
justify-content: center;
margin-top: -20px;
font-size: 170%;
background: none;
color: #800000;
}
Yeah, got it. It was inserted by some plugin...
Glad to hear!