Home Forums WoodMart support forum How can I edit product attributes that are shown on product screen?

How can I edit product attributes that are shown on product screen?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #192854

    Element_Earth_CBD
    Participant

    Please see the attached, thank you so much for showing the way of doing this. If you can just tell me how or if I can edit the way they look on screen, as you can see from the screen shot, I need to be able to fix the way it looks, would I do so in the Typography, Advanced? And if so, what would I call this certain element?

    Thank you very much, you all are always most helpful!

    James

    Attachments:
    You must be logged in to view attached files.
    #192898

    Hello,

    Please provide page URL I cannot find them.

    Best Regards

    #193289

    Element_Earth_CBD
    Participant

    I took them off as they looked horrid I tell you, horrid!

    Seriously take a look!

    Attachments:
    You must be logged in to view attached files.
    #193431

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global to make the font smaller:

    body .product-labels.labels-rounded span{
    font-size:10px;
    font-weight:400;
    }

    We can provide CSS to enlarge the laber however it would take a lot of space on the product item.

    Best Regards

    #193772

    Element_Earth_CBD
    Participant

    Ok thank you so much

    Some products do not have the label of full spectrum or broad spectrum despite the attribute being correct in all products on the store, this was done for widgets of course, take a look at the pic:

    #193773

    Element_Earth_CBD
    Participant

    Disregard Im an idiot.

    #193820

    If you have any questions please feel free to contact us.

    Best Regards

    #200468

    Element_Earth_CBD
    Participant

    Please look at this mobile pic, all we need to do is to at least have it break or something look how 100mg/Dose looks, on two spaces looking like we dont care if you ccant read it.

    Please help, just want to make it smaller font, and perhaps css to lighten or get rid of the bubble background, this isnt much to ask for thats why I am not getting?

    EE

    Attachments:
    You must be logged in to view attached files.
    #200575

    Hello,

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

    body .labels-rounded .product-label {
        border-radius: 0;
    }
    body .product-labels {
        max-width: 35%;
    }

    You will get this result:https://prnt.sc/stlegm

    Best Regards

    #200806

    Element_Earth_CBD
    Participant

    Thank you very much, now anyway to make this box smaller? The font is ok, but the box takes up a lot of unneeded space, any way to do this, thank you very much for the other fix 🙂

    Attachments:
    You must be logged in to view attached files.
    #200840

    Hello,

    You can change this value as per your needs: max-width: 35%;

    Best Regards

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