try this .single .featured-media img {
max-height : 200px;
}
hope this will help you
#et_search_icon:before {
content: “”;
}
for search U.
.et_pb_scroll_top:before {
content: “”;
}
for scroll 2.
.menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
position: absolute;
top: 0;
right: 0;
font-family: “ETmodules”;
font-size: 16px;
font-weight: 800;
content: “3”;
}
replace this with
.menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
content: “”;
}