Home › Forums › Basel support forum › Move blocks & CSS › Reply To: Move blocks & CSS
March 3, 2017 at 3:56 pm
#10440
Eric Watson
Participant
Lets try an another hot fix using CSS. Try to add the following code snippet to the Custom CSS in Theme Settings
.single-product .related-and-upsells .variations_form{
display: none;
}
.single-product .related-and-upsells .price{
font-size: 16px;
}
.single-product .related-and-upsells .price .amount{
color: #949494 !important;
}