Home Forums WoodMart support forum Product meta title font style in single product page

Product meta title font style in single product page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #559274

    josh-6874
    Participant

    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.
    #559426

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global.

    .meta-label {
        font-weight: bold;
    }

    Best Regards.

    #559511

    josh-6874
    Participant

    Thanks, but unfortunately the CSS code did not change the font weight to bold.

    #559617

    josh-6874
    Participant

    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 1 week, 4 days ago by josh-6874.
    #559728

    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.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Product meta title font style in single product page’ is closed to new replies.