How do I change only the http://mirandacontainer.com.br/product/monte-seu-produto/#tamanho-do-container page as the guidelines in Annex.
image: https://drive.google.com/file/d/0Bzkav249qPO-QnVRQ3Y3cS1ScFU/view?usp=sharing
Hey Leonardo,
Please try the following in Quick CSS under Enfold–>General Styling:
.single-product-main-image {
display:none !important;
}
Regards,
Rikard
Hello Rikard, but i need change just in that page http://mirandacontainer.com.br/product/monte-seu-produto/#tamanho-do-container
Hey!
Please use the code as following
.postid-1972 .single-product-main-image {
display: none;
}
Regards,
Yigit
Ok, thanks!
Now, how i can enlarge the pic? https://drive.google.com/file/d/0Bzkav249qPO-RkJyUVFVREJHS0k/view?usp=sharing
Hey!
Please add following code to Quick CSS as well
.component .composited_product_images img {
width: 140px;
}
.component .details {
width: 94%;
}
Regards,
Yigit
Dont work :(
Hey!
Please add !important rule as following
.component .composited_product_images img {
width: 140px !important;
}
.component .details {
width: 94% !important;
}
Best regards,
Yigit
\o/ Thaanks!