How To Display A Background Image In . - Question | JoomShaper

How To Display A Background Image In .

M

Milan

SP Page Builder 4 years ago

Hello,

How do I set a background image on a tag in a text block?

<li>

Example: https://prnt.sc/1nxyyej

Regards Milan

0
4 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #27885

By the way, you can try this solution too. Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sppb-addon-text-block ul{
    list-style-type: none;
}
.sppb-addon-text-block ul li:before{
    content: "\f019" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    margin-right: 10px;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #27881

Hello FREESERVIS .s.r.o.

Please use this CSS to Template Options -> Custom Code -> Custom CSS and change the image location according to your site. For example, you can use this URL in the place of image URL to check this: https://docs.joomla.org/images/0/02/Joomla-flat-logo-en.png

.sppb-addon-text-block ul{
    list-style-image: url('image URL');
}

Best regards

0
M
Milan
Accepted Answer
4 years ago #27883

Super,

how can i set the spaces as in the picture: https://prnt.sc/1nysyr2

Regards Milan

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #27943

I have a humble request. It would be very kind of you if you can manage some moment to give us feedback here:

  1. JED
  2. Trustpilot
0