Product meta title font style in single product page
-
I am using a 3rd party plugin called Brands for WooCommerce to manage and display product brands.
The brand information is inserted as part of product meta but its title “Brand:”(or λΈλλ: in Korean) does not display in bold.
Adding <span class="meta-label">in front of the meta data solves the issue but I do not know how to translate this into custom CSS code. Please create a custom CSS code so tthat meta-label font style is applied to this product meta.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global.
.meta-label {
font-weight: bold;
}
Best Regards.
Thanks, but unfortunately the CSS code did not change the font weight to bold.
I solved it by using the following custom CSS code instead:
.posted_in {
font-weight: bold;
}
Please mark this issue solved.
-
This reply was modified 2 years, 2 months ago by
josh-6874.
Hello,
You are Most Welcome.
We are glad that you managed to solve the problem yourself. You are Great!!!
Let us know if thereβs anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Product meta title font style in single product page’ is closed to new replies.