-
AuthorPosts
-
August 24, 2018 at 4:16 am #1001024
Hello,
despite having read several other topics about it I have not found a solution to what I want to do. I would like to change everywhere on my website the bullets for the ue875 icon of the font entypo-fontello. I want that this icon is of a different color than the text, more specifically the 008C15, could you help me please :-)
Thank you very much !
August 24, 2018 at 4:35 am #1001027Hey Marie-Claude,
Please try this code in the General Styling > Quick CSS field:#main .container ul { list-style: none !important; } #main .container li::before { content: "\e875"; font-family: entypo-fontello; color: #008C15; position: relative; padding-right: 11px; margin-left: -20px; }
If this doesn’t help, please try adding the css to the WordPress > Customize > Additional CSSBest regards,
MikeAugust 24, 2018 at 4:55 am #1001030Hello Mike !
I love it ! It’s almost perfect :-)
I have a conflict with the list of icons (see my printscreen), is it possible to apply everywhere on the site but not in the lites of icons?Thanks :-)
August 24, 2018 at 6:18 am #1001040Hi,
I see the conflict with the icon list element, and also with the sidebar menu, and possibly others too.
I believe the best solution is to consider that most likely the only place you would create a list that you do want to change will be in a text block element, or in a standard editor post, and we can target these two areas site wide by changing the css to:#main .av_textblock_section ul,#main .entry-content ul { list-style: none !important; } #main .av_textblock_section li:before,#main .entry-content li:before { content: "\e875"; font-family: entypo-fontello; color: #008C15; position: relative; padding-right: 11px; margin-left: -20px; }
Please try this and see if it will meet your needs.
Best regards,
MikeAugust 24, 2018 at 3:50 pm #1001279Oh yeah !
It’s almost perfect ;-)
It remains a place to settle in the accordions (see the page). The black bullets are back.
It’s possible to correct thatAugust 25, 2018 at 4:02 am #1001451Hi,
Please try changing the css to this so it will include the accordion element:#main .av_textblock_section ul,#main .entry-content ul,#main .av_toggle_section ul { list-style: none !important; } #main .av_textblock_section li:before,#main .entry-content li:before,#main .av_toggle_section li:before { content: "\e875"; font-family: entypo-fontello; color: #008C15; position: relative; padding-right: 11px; margin-left: -20px; }
Please let us know if you find any other elements that need adjusting
Best regards,
MikeAugust 25, 2018 at 3:51 pm #1001657Oh wow, you’re a genius ! Thanks you ! :-D
August 25, 2018 at 4:30 pm #1001664Hi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeAugust 27, 2018 at 8:03 pm #1002431You can close this :) Thanks
August 28, 2018 at 3:22 am #1002499Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Change bullet for entypo-fontello and color’ is closed to new replies.