Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1058112

    Hi,
    I want to change the list-style-typ to an arrow.
    So I removed the list-style-type und added the arrow in the css with fontello:

    main .entry-content-wrapper .av_textblock_section  ul{
    	list-style-type:none;
    }
    main .entry-content-wrapper .av_textblock_section  ul li:before{
    	font-family: 'entypo-fontello';
    	content: "\f341";
    }
    

    But I cannot the the arrow. I only see the ‘rectangle’ if the font could not be loaded.
    Have someone an idea what the fault?
    Thank you.
    Nadja

    #1058571

    Can nobody help me?
    Nadja

    #1058638

    Hi Nadja,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1059550

    That is strange.
    I sent you yesterday the login credentials…
    But I cannot see them.

    So here they are again.

    #1060827

    Please, can you check our problem
    Thank you.
    NAdja

    #1060921

    Hi,

    It doesn’t seem to be a valid font icon. This one works.

    main .entry-content-wrapper .av_textblock_section ul li:before {
        font-family: 'entypo-fontello';
        content: "\27a6";
    }
    

    // http://fontello.github.io/entypo/demo.html

    Best regards,
    Ismael

    #1061057

    Thank you. That was the problem.
    I used the icon code from the template.
    NAdja

    #1061068

    I have still a problem:
    The site with mobile menu has under the header a phone-icon and a phone-number.
    The icon is red, but I set it to white.

    #1062122

    Hi,

    Thank you for sharing the details.

    I have performed the below steps to add custom icon to the list.

    1. Disable CSS and JS merging from Enfold > Performance.
    2. Enable custom class name option from Enfold > Layout Builder > Show developer element options.
    3. Add a custom class name “list-icon” to the text box element.
    4. Add the below CSS to Enfold > General Styling > Quick CSS

    .responsive #top .list-icon ul li:before {
    	font-family: 'entypo-fontello';
    	content: "\E875 " !important;
    	margin-left:-25px;
    	padding-right: 15px;
    }

    Please check the documentation to find out the correct unicode for icons.
    Result:

    How did you add the phone icon? It looks white on my end with opacity applied to it.

    Best regards,
    Vinay

    #1063156

    This is strange.
    On my screen the phone icon is red (see img)
    The code is like this:

    #adressbar .tel:before{
    	font-family: 'entypo-fontello';
    	content: "\1f4de ";
    	color:#fff !important;
    }
    #1063547

    Hi,

    Thanks for the update.

    It doesn’t look like that on my end either. The icon is a bit transparent just like on @vinay‘s screenshot. What is the actual model of your phone? Which browser are you using?

    Please try this css code:

    #top #adressbar .tel {
       color:#fff !important;
    }

    Best regards,
    Ismael

    #1064540

    I tried your code, but I still have the problem.
    On desctop (with mobile option) the icon is red, on mobile phone it is grey. And it has a 3d-look. I want it to have like the other.
    Nadja

    #1065898

    Hi,

    Did you purge the browser cache after adding the code? I don’t think we can help you with this because we can’t reproduce the issue on our end.

    Best regards,
    Ismael

    #1065911

    Sur, we emptied the cache. Several times.
    The problem is only with the phone-icon. And you can see, the phone has another direction.
    We solved it our way:we removed the icon.

    Nadja

    #1066217

    Hi,

    Alright. I’m sorry if we can’t be of much help this time. Please don’t hesitate to open a new thread if you need anything else. We’ll close this one for now.

    Have a nice day. And thank you for using Enfold.

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘fontello in css do not work’ is closed to new replies.