- Click here to add your own text
- Click here to add your own text
- Click here to add your own text
- Click here to add your own text
- Click here to add your own text
- Click here to add your own text
- Click here to add your own text
text-block on the left got custom-class: bigger-dots
#top .avia_textblock.bigger-dots > ul > li {
list-style-type: none;
}
#top .avia_textblock.bigger-dots > ul > li::before {
content: '\e89a';
font-family: 'entypo-fontello';
float: left;
margin-left: -25px;
font-size: 18px;
color: red;
}
or use a different html entity – f.e. from: https://www.toptal.com/designers/htmlarrows/punctuation/
#top .avia_textblock.bigger-dots > ul > li {
list-style-type: none;
padding: 5px 0;
}
#top .avia_textblock.bigger-dots > ul > li::before {
content: '\2022';
float: left;
margin-left: -25px;
font-size: 42px;
color: red;
}