Hello,
1) Please add this code in Theme Options > Custom css:
.product .products-page-cats {
display: none;
}
.product .product-title {
margin-top: 10px;
}
2)
.etheme_add_to_cart_button{
background-color: red;
border-color: red;
color: white;
}
.etheme_add_to_cart_button:hover{
background-color: red;
border-color: red;
color: white;
}
Regards