i try with this code to make biggest font in shop page, but in xtheme builder work and i seechanges.. but on public website no.. i try different devices.. network.. cookies cache. but still nothing..
.content-product .product-title {
font-size: 18px !important; /* Ili neka druga željena vrednost */
line-height: 1.2 !important; /* Ili neka druga željena vrednost */
}
same code is working for font size on price…
.content-product .price {
font-size: 14px;
font-weight: 700;
color: black;
}
full list of custom code..
.content-product .price {
font-size: 14px;
font-weight: 700;
color: black;
}
.single-product .price { /* Zameni sa tačnom klasom */
font-size: 34px;
font-weight: 700;
color: black;
}
.content-product .product-title {
font-size: 18px !important; /* Ili neka druga željena vrednost */
line-height: 1.2 !important; /* Ili neka druga željena vrednost */
}
.product_title {
font-size: 38px !important; /* Ili neka druga veličina po želji */
font-weight: bold; /* Opciono, za podebljani font */
}