Home Forums WoodMart support forum New label Mobile

New label Mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #232291

    evereesti
    Participant

    In the mobile version of the site. The NEW label is not round. In the desktop version it is round. And no problem with other labels

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

    Hello,

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

    body .labels-rectangular .new{
    border-radius: 50%;
    }

    If it does not help, please provide the page URL with the problem.

    Best Regards

    #232345

    evereesti
    Participant

    Did not help. Attached link

    #232371

    Hello,

    Please find this code in the Theme Settings > Custom CSS:

    body .labels-rounded .new {
        color: #ffffff;
        background-color: #000000;
        font-size: 12px;
    }

    Replace for this one:

    body .labels-rounded .new {
        color: #ffffff;
        background-color: #000000;
        font-size: 12px;
        min-height: 45px;
    }

    Best Regards

    #232384

    evereesti
    Participant

    It works! Thank you very much!

    #232387

    evereesti
    Participant

    if you turn the phone over to a horizontal position, the problem appears again.

    #232390

    evereesti
    Participant
    body .labels-rounded .new {
        color: #ffffff;
        background-color: #000000;
        font-size: 12px;
        min-height: 45px;
    }

    I removed everything from the code and left only

    body .labels-rounded .new {
        color: #ffffff;
        background-color: #000000;}

    Problem solved!
    Thank you!

    #232433

    Hello,

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

    Best Regards

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