• Resolved SLV

    (@dwnl)


    How do I add a border arround my lable/badge? in the custom css?
    I added:

    span.awl-inner-text {
    border: 1px solid #008081!important;
    padding: 2px 4px 2px 4px!important;
    }

    But it is not showing on the front end.

    • This topic was modified 4 years, 2 months ago by SLV.
    • This topic was modified 4 years, 2 months ago by SLV.
    • This topic was modified 4 years, 2 months ago by SLV.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    If you are trying to add this style inside label ‘Custom css’ box then please use this style instead:

    .awl-inner-text {
    border: 1px solid #008081!important;
    padding: 2px 4px 2px 4px!important;
    }

    Regards

    Thread Starter SLV

    (@dwnl)

    Yes! thanks!

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

The topic ‘How do I add a custom css?’ is closed to new replies.