• Resolved Artemedialab

    (@alexiam)


    Hi it happens that users don’t see the label: “SOLD” because it is small.

    i tried the class… for that label, but it doesn’t work
    I see there is an id… for every label.

    I want that the label are bigger and I would like to custom them with css

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support beelana

    (@beelana)

    Hey there,

    You can use this code:

    body .es-listing .es-badge, body .es-badge {
    }

    For example, to make it bigger:

    body .es-listing .es-badge, body .es-badge {
    font-size: 18px;
    }

    Hope it helped!

    Thread Starter Artemedialab

    (@alexiam)

    Thanks, it is not beautiful… i would like to custom the preview. but better then nothing 😀
    I will try to custom the content…

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

The topic ‘how to customize labels with css?’ is closed to new replies.