• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Colored Tick Mark, Unordered List with Icon-Font

By Abhishek Ghosh April 28, 2014 5:31 pm Updated on April 28, 2014

Colored Tick Mark, Unordered List with Icon-Font

Advertisement

It Looks Great to Have Colored Tick Marks, Unordered List with Icon-Font ! Most Importantly, with Base64 Encoding, no image to load! Definitely, this is somewhat advanced article and you must must be used with our way of hacking – every good website has some special way of making the things to work. CSS Tricks has a set, Perishable Press has a set and so on. None probably copies from each other.  So, you probably need to read Using Icon-Font with WordPress, which basically will help any CMS, any HTML, PHP, ASP, whatever webpages to make them working. Before clicking the link – know it clearly : the article has lot of links to other guides! It will really consume a huge time if you are a newbie. But, warranted fact is – after reading the guide; you can practically play with the icons. Do not like red colored tick mark? Ok, go green then. Wherever, whenever you want; you can add colored Tick Mark, unordered list with Icon-Font and no extra CSS will be required.

Colored-Tick-Mark-Unordered-List-with-Icon-Font

 

Colored Tick Mark, Unordered List with Icon-Font : Do More in WordPress

 

Going a bit off topic; actually WordPress has lot of Icon-Fonts now – Tools, Settings, Users – probably that set can cover a huge number of usage with your theme. You actually can load the css in front end by adding this eneque script function on child theme’s function.php file :

Vim
1
2
3
4
5
6
add_action( 'wp_enqueue_scripts', 'child-theme-name_scripts' );
function child-theme-name_scripts() {
    wp_enqueue_style( 'child-theme-name-style', get_stylesheet_uri(), array( 'dashicons' ), '1.0' );
}
// child-theme-name is just a name;
// array( 'dashicons' ) is important

Let us come back to the topic.

Advertisement

---

 

Colored Tick Mark, Unordered List with Icon-Font : Simple HTML, Nothing More

 

The CSS is already loaded by you (you accepted to read our older guides by scrolling up to this point… ). This is a normal unordered list :

 

  • I am good
  • I am more good
  • Icon-Font is also good
  • But Base64 Encoding is more good

Usually the HTML is :

Vim
1
2
3
4
5
6
<ul>
<li>I am good</li>
<li>I am more good</li>
<li>Icon-Font is also good</li>
<li>But Base64 Encoding is more good</li>
</ul>

And this is probably you want to see :

I am good

I am more good

Icon-Font is also good

But Base64 Encoding is more good

We used this :

Vim
1
2
3
4
<p><i class="icon-check" style="color: green;"></i></i>I am good</p>
<p><i class="icon-check" style="color: red;"></i>I am more good</p>
<p><i class="icon-check" style="color: blue;"></i>Icon-Font is also good</p>
<p><i class="icon-check"></i>But Base64 Encoding is more good</p>

In our case, as in CSS file; the list style of unordered list style is not set to none; we need to force it – it is not actually an unordered list. If you set list style to none; , then you can use :

Vim
1
2
3
4
5
6
7
<ul>
<li><i class="icon-check"></i>I am good</li>
 
...
so on
...
</ul>

Obviously if your CSS coding is bad, it might look bad but, it is usually never happens with Icon-Font (compare with SVG). The fun of adding color is very easy :

Vim
1
<i class="icon-check" style="color: blue;"></i>

This article on Colored Tick Mark, Unordered List with Icon-Font is intended for HTML5 web pages only. i class will not work in previous version of HTML.

Tagged With green color tick mark youtube video title , HTML UL tick , ul with tick mark
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Colored Tick Mark, Unordered List with Icon-Font

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

  • One Dozen Best and Free Icon Font Library

    One Dozen Best and Free Icon Font Library Are Here For You ! We Already Talked on How to Use Icon Font on non HTML and HTML webpages.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy