is there a quick and easy way to fix the bulk code that is not working - because this problem with the weight of the font is only one issue. All the below code is not working…
// code for heading weight start
h1, h2, h3, h4, h5, h6, p, body, a, .btn, .under-cart, .subtotal, blockquote,.apb_text_columns_with_images_section, .apb_text_columns_with_images_heading
// code for heading weight end
// code for mobile height size start
@media (min-width: 750px){
h2{
font-size: 48px !important;
}
}
@media (max-width: 749px){
h1, h2{
font-size: 40px !important;
}
}
// code for mobile height size end
// code for customized colour page background workshops start
body.page-workshops {
background-color: #CAD5FF!important;
color: #CAD5FF !important;
}
body.page-workshops #page-content * {
color: #FF9D66 !important;
}
body.page-workshops #page-content .content {
background-color: #CAD5FF!important;
}
// code for customized colour page background workshops end
// code for footer links to flash colour start
.section-footer a:hover,
.section-footer a:focus {
color: #7898FF !important;
}
// code for footer links to flash colour start
// code for changing subheader text size starts
/* code for desktop /
.feature-subheader {
font-size: 15.5px;
}
/ code for mobile */
@media (max-width: 767px) {
.feature-subheader {
font-size: 13.5px;
}
}
// code for changing subheader text size ends
// code for changing 3rd line banner text size starts
/* code for desktop /
.overlay-type .line-2 {
font-size: 18px;
}
/ code for mobile */
@media (max-width: 767px) {
.overlay-type .line-2 {
font-size: 15.5px;
}
}
// code for changing 3rd line banner text text size ends
// code for chaning colour of contact form starts
#contact_form #contact_name {
color:#7898FF;
border-color:#7898FF;
}
#contact_form #contact_email {
color:#7898FF;
border-color:#7898FF;
}
#contact_form #message {
color:#7898FF;
border-color:#7898FF;
}
#contact_form #contact_name::placeholder, #contact_form #contact_email::placeholder, #contact_form #message::placeholder {
opacity: 100%
}
// code for changing colour of contact form ends
// code for centreing product page starts
.product-list { display: flex; justify-content: center; flex-wrap: wrap; }
// code for centreing product page ends
// code for fixing instagram gallery height start
@media only screen and (min-width: 1140px) {
#section-id-template–15982161264889__1652032293fcbcff97 .gallery__item {
height: 380px !important;
}
}
// code for fixing instagram gallery height ends
// code for newsletter pop up dark shadow starts
.cc-popup .cc-popup-modal .cc-popup-image:after {background: #7898FF;}
// code for newsletter pop up dark shadow starts ends