• Resolved Joao Costa

    (@webdigpt)


    First of all, I’m very grateful for your plugin, it’s super functional and helps a lot.

    I have a question, if you can help me, because I want to standardise the text according to the image in this link: https://snipboard.io/z24cew.jpg

    I tried this code in the “product code”, but it changes the whole text 🙁 I just want to change the text I enter in the settings field

    .wo_productcode {
    color: var(--color-gray-800);
    font-weight: 600; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Joao Costa

    (@webdigpt)

    In the meantime, I’ve managed to resolve this situation, and I’ll leave it here for anyone who’s interested

    https://snipboard.io/RLHPjQ.jpg

    .wo_productcode :not(.stl_codenum) {
    color: var(--color-gray-800);
    font-weight: 600; }
    .wo_productcode_second :not(.stl_codenum_second) {
    color: var(--color-gray-800);
    font-weight: 600; }

    Plugin Author artiosmedia

    (@artiosmedia)

    Great work, @webdigpt, at identifying and editing the CSS styles to achieve the look you want 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text in bold’ is closed to new replies.