Monday, 9 September 2013

Tutorial : Changing Highlight color

Hello Wonderful World~
Note that the tutorial is not belong to me. http://media.tumblr.com/f84f94392bf9c7baea065c1da61d121d/tumblr_inline_mfng377GEF1qdlkyg.gif

There's 2 tutorial to change the color of the highlight.

Tutorial 1 *For all type of template* :- (Recommend by me)

Follow the step below, credit to Nur Irdina

1. Dashboard -> Your Blog -> Template -> Edit HTML

2. Press CTRL + F and then search this code
]]></b:skin>
3. Then copy the code below and paste it above the code in step 2
::-moz-selection{background:#F665AB;color: #FFFFFF;}

Word color when highlighting : #FFFFFF
Highlight color : #F665AB

4. Preview it first and save when it work ~

Tutorial 2 : - (For those who has a:link { code can use this tutorial)

Like usual, follow the step below, credit to Amylia

1. Dashboard -> Your Blog -> Template -> Edit HTML

2. Press CTRL + F and then search this code
a:link {
3. Then copy the code below and paste it above the code in step 2
::-moz-selection {   
background:#000000;    
color:#DF0174;    
}    

::selection {    
background:#000000;    
color:#DF0174;    
}

Just change the red number code to change the color.

4. Preview it first and save when it work ~

Good luck and tell me if it doesn't work.

No comments:

Post a Comment