• 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 » WordPress Highlighter Marker Effect Hyperlink With CSS

By Abhishek Ghosh June 7, 2016 11:38 am Updated on June 7, 2016

WordPress Highlighter Marker Effect Hyperlink With CSS

Advertisement

This highlighter marker effect of hyperlink is new stuff in the market. Here is How to Get WordPress Highlighter Marker Effect Hyperlink With CSS With Realistic Colors Like Faber Castell Highlighter Marker Pen. As like our other tutorials, we will use in-line CSS and span class. The basic of looking realistic is the hex value of the colors. This is an example blue underlined text. You can bring the mouse cursor over these sentences to hover to see the effect. We could use JQuery to make it semi-automatic. However, loading an extra jQuery is meaningless.

 

WordPress Highlighter Marker Effect Hyperlink With CSS

 

For the above effect, the required CSS used is :

WordPress Highlighter Marker Effect Hyperlink With CSS
Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<style>
.link-underline a:hover, .link-underline a:focus, .link-underline a:active {
background: #B4E7F8;
}
.link-underline a:hover, .link-underline a:focus, .link-underline a:active {
background: #B4E7F8;
}
a:active, a:hover {
color: #000000;
cursor: pointer;
outline: 0px none currentColor;
}
.link-underline a {
border-bottom: 3px solid #B4E7F8;
box-shadow: inset 0px -4px 0px #B4E7F8;
color: inherit;
transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1) 0;
}
a {
color: inherit;
text-decoration: none;
transition: color 0.15s cubic-bezier(0.33, 0.66, 0.66, 1) 0;
}
</style>

Obviously, you’ll not need the style wrap if included in a CSS file. I used this HTML markup for the above example :

Advertisement

---

Vim
1
<span class="link-underline"><a href="#">This is an example blue underlined text</a></span>

Quite easy.

 

Other Colors in Our WordPress Highlighter Marker Effect Hyperlink With CSS Method

 

HEX #ccff00 also known as Fluorescent yellow or Electric lime which is composed of 80% red, 100% green and 0% blue. This is an example Fluorescent yellow or Electric lime underlined text. I have changed the class name link-underline to link-underline-yellow and CSS hex code #B4E7F8 to #ccff00.

Faber Castell’s Green’s hex value is #8cff00. Which becomes towards fluorescent yellow with time. The Pink color’s value is #ff4daf. This is an example green underlined text. Other colors usually we do not use in real. The website colorhexa.com will give to preview lot of colors, in case you want so.

WordPress-Highlighter-Marker-Effect-Hyperlink-With-CSS

It is obvious, we can use only span style for one sentence to fully highlight which are not hyperlink. As the usage of text highlighter is limited to the professionals, normal hyperlink style is usually suitable – users may not understand so much beautification of typography. These styles are good for medical, law, engineering websites targeted for their students.

This Article Has Been Shared 697 Times!

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 WordPress Highlighter Marker Effect Hyperlink With CSS

Actually a list should normally appear here. Automated calculation failed.

Additionally, 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 (22.1K 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

  • Ways To Make Sure Your Online Course Outshine Others July 3, 2022
  • Will Smart Factories Become the New Assembly Line? July 2, 2022
  • The Cost of Doing Business as a Handyman July 1, 2022
  • Samsung Galaxy S22 Ultra: Long Term Review June 30, 2022
  • How to Make the Most of Your S Pen (S22 Ultra) June 29, 2022

About This Article

Cite this article as: Abhishek Ghosh, "WordPress Highlighter Marker Effect Hyperlink With CSS," in The Customize Windows, June 7, 2016, July 4, 2022, https://thecustomizewindows.com/2016/06/wordpress-highlighter-marker-effect-hyperlink-css/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

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

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