Comments adrenalinas started the conversation2 weeks ago on January 2, 2025 at 9:10amHow to change "list icons" for all articles at once, avoiding the need to add "additional CSS" to each article individually?URL: https://help.themeruby.com/foxiz/how-to-create-the-green-checked-icons-in-the-list-li-tag/Attached files: 3.webp 213Theme Ruby replied2 weeks ago on January 2, 2025 at 2:14pmTo apply the custom CSS code across your site, follow these steps: Steps to Add Custom CSS: Navigate to Customize Section Go to Appearance > Customize. Select Additional CSS from the options. Insert the CSS Code: Paste the following code into the CSS editor: ul.wp-block-list { padding-left: 0; list-style: none; } .wp-block-list li::before { font-family: 'ruby-icon' !important; font-size: var(--em-mini); position: relative; display: inline-block; margin-right: 7px; content: '\e960'; color: #5e8858; } Publish the Changes Let me know if you need further help with fonts or troubleshooting! Regards. Sign in to reply ...
How to change "list icons" for all articles at once, avoiding the need to add "additional CSS" to each article individually?
URL: https://help.themeruby.com/foxiz/how-to-create-the-green-checked-icons-in-the-list-li-tag/
Attached files: 3.webp
To apply the custom CSS code across your site, follow these steps:
Steps to Add Custom CSS:Navigate to Customize Section
Insert the CSS Code: Paste the following code into the CSS editor:
Publish the Changes
Let me know if you need further help with fonts or troubleshooting!
Regards.