• Resolved Kojote

    (@lunchglaz)


    Dear all,

    I want to have hooks as bullet points. I used the follow code in css:

    
    ul{
    list-style-type:none;!important;}
    
    li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';}
    

    In mobile version it works. In desktop version not. Where ist the mistake?

    Thanks for helping and best regards

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Prabhat

    (@prabhatrai)

    Hey @lunchglaz,
    The CSS that you have applied is under viewport styling of maximum screen width as 768px, meaning that the styling will be applied only when the screen width is less than or equal to 768px.
    You just need to cut your CSS styling and paste it outside any viewport styling element.

Viewing 1 replies (of 1 total)
  • The topic ‘Bullet Points in list’ is closed to new replies.