This topic has 2 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Tony Rodriguez
Hi,
I would like to design my product’s title like this: https://prnt.sc/6t_cNLZqja7s
So for i did it with this code:
Muğla Siyahı Mermer<br><span style="color:rgb(80, 80, 80); font-size:23px;font-weight: 700;">Cilalı - Koyu Seleksiyon</span>
But somehow it effects other sections, example:
https://prnt.sc/jhTQgIz5NCPW
How can I design this effected title for “Mugla Siyahi Mermer” is bigger size and “Cilalı – Açık Seleksiyon” lower. Or we can do it both of them equal. Which one is easier you choose it. So, how can we do this?
Hello @atahan,
In order to resolve your issue, please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.
.content-product .product-title a {
font-size: 20px !important;
}
.content-product .product-title a span {
font-size: 15px !important;
}
Please note that you can adjust the font size in the code to meet your needs.
Best Regards,
8Theme’s Team
Tagged: h1 title, seo friendly, single product, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up