Can you provide CSS code for putting the social icons inside the Menu on the Mobile and Search icon outside?
Additionally which of the following as given below can be done through Customizer
h1,
.entry-content h1 {
font-size: 28px !important;
font-weight: 700 !important;
}
h2,
.entry-content h2 {
font-size: 1.7em !important;
font-weight: 700 !important;
}
h3,
.entry-content h3 {
font-size: 1.5em !important;
font-weight: 700 !important;
}
h4,
.entry-content h4 {
font-size: 1.3em !important;
font-weight: 700 !important;
}
h5,
.entry-content h5 {
font-size: 1.2em !important;
font-weight: 700 !important;
}
h6,
.entry-content h6 {
font-size: 1.1em !important;
font-weight: 700 !important;
}
.entry-title a {
font-weight: 700 !important;
}
.widget-title {
font-size: 21px !important;
font-weight: 700 !important;
}