Style for the Text “EAN:”

Forums EAN and Barcodes for WooCommerce Style for the Text “EAN:”

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #109458
    Andreas
    Participant

    Hi,

    i am using the Woodmart Theme. The EAN shows fine, but the Label EAN: is not bold. My other Meta Labels are Bold.
    How can i define the Style only for the EAN TEXT – not for the EAN-Nr. itself?

    • This topic was modified 2 years, 1 month ago by Andreas.
    #109502
    Moshtafizur
    Participant

    Hi Andreas,

    Thank you for reaching out to us. I understand that you would like to make the EAN label bold, but not the EAN number itself. To achieve this, you can use the following code in your theme’s style.css file:

    .ean_wrapper {
        font-weight: bold;
    }
    
    .ean_wrapper .ean {
        font-weight: normal;
    }
    

    This code will make the EAN label bold and the EAN number normal.

    I hope this helps! If you have any further questions or concerns, please don’t hesitate to let us know.

    Kind regards,
    Moshtafizur

    #109505
    Andreas
    Participant

    Thank you!

    #109515
    Moshtafizur
    Participant

    Hi Andreas,

    Happy to help 🙂

    If you liked the support, then please consider leaving a review here.

    Kind regards,
    Moshtafizur

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.