This topic has 2 replies, 2 voices, and was last updated 6 years, 12 months ago ago by Olga Barlow
Hello friend, I have recently purchased your item, and I have a couple of questions regarding the design to adapt it to what my client wants:
http://sofaralia.com/capturas-pantalla/cambios-pagina-producto.png
1 – You can put “PRODUCT NAME” instead of “INFORMACIÓN PRODUCTO”
2 – Display none, which are not visible.
3 – A smaller font size, and it can be placed in the place of position 2, just before the short description?
4 – It is a plugin that shows the colors of the fabrics, there is a possibility that when it is passed over it may be larger, like this example: https://mohadescanso.com/producto/sofa-cama-aruba/
5 – Larger price and in another more visible color.
Hello,
1) Go to Theme Options > E-Commerce > Single Product > Show product name above the price > on
2) Add the following code in child theme style.css
.product-information .products-page-cats {
display: none;
}
3)
.product-information .price {
font-size: 1.5rem;
}
There is no option to change its position.
4) Contact plugin author to get help with it. We don’t have color swatches by default in our theme.
5)
.single_variation .price {
font-size: 1.5rem;
color: darkred;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up