Step 1: Login to your blogger account. Then go to 'Theme', it is showing in left.
Step 2: Click on 'Edit HTML', and press Ctrl+F5 for find '::selection' if it is showing in your code you need to change which type of color for selection background and font colors.
Step 3: If it is not in your HTML code, you have to put below code.
::selection {background:cadetblue;color:#fff;}
Step 4: After all changes done, just click on 'Save theme'.
Step 5: Finally, click on 'View blog'. Select some part your text in web page and see the background and font color.
0 Comments