This topic has 3 replies, 3 voices, and was last updated 5 months, 1 weeks ago ago by Andrew Mitchell
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 */
}
Hello, @Petar,
Thank you so much for purchasing our theme and contacting our support center.
We would like to inform you of the necessary adjustments required in your CSS code to apply specific styles to the product title and price on your website. Please update your CSS as follows:
Replace the existing code:
.content-product .product-title {
font-size: 18px !important; /* Or any other desired value */
line-height: 1.2 !important; /* Or any other desired value */
}
With the new code:
.etheme-product-grid-title a {
font-size: 18px !important; /* Or any other desired value */
line-height: 1.2 !important; /* Or any other desired value */
}
We trust that this update will enhance the presentation of your product listings. Should you require further assistance or have any questions, please do not hesitate to contact us. We are here to support you.
Best regards,
The 8Theme Team
Dear Petar,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘In shop page i cant target title for product catalog…’' has been successfully resolved, and the topic is now closed for further responses